This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: AMD64 Windows 7 build failures
Type: Stage:
Components: Versions: Python 3.2, Python 3.3, Python 3.4
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: jeremy.kloth, jkloth, pitrou
Priority: high Keywords: buildbot

Created on 2012-11-22 22:11 by pitrou, last changed 2022-04-11 14:57 by admin. This issue is now closed.

Messages (3)
msg176131 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2012-11-22 22:11
The AMD64 Windows 7 buildbot shows weird build failures in ctypes:
http://buildbot.python.org/all/buildslaves/kloth-win64
msg176163 - (view) Author: Jeremy Kloth (jeremy.kloth) Date: 2012-11-23 11:03
On Thu, Nov 22, 2012 at 3:11 PM, Antoine Pitrou <report@bugs.python.org> wrote:
> The AMD64 Windows 7 buildbot shows weird build failures in ctypes:
> http://buildbot.python.org/all/buildslaves/kloth-win64

The _ctypes_d.pyd was considered to be in use by the system (although
Process Explorer could not the file handle for it).  I've since
rebooted the machine (it had system updates pending anyway) so the
problem should be fixed.
msg176220 - (view) Author: Antoine Pitrou (pitrou) * (Python committer) Date: 2012-11-23 19:23
Ah, thank you! There is a test failure on 3.2, but it's probably unrelated.
History
Date User Action Args
2022-04-11 14:57:38adminsetgithub: 60736
2012-11-23 19:23:50pitrousetstatus: open -> closed
resolution: fixed
messages: + msg176220
2012-11-23 11:03:51jeremy.klothsetmessages: + msg176163
2012-11-22 22:11:24pitroucreate