[issue5407] Broken Py3.1 release build in Visual Studio 2005

Raymond Hettinger report at bugs.python.org
Mon Mar 2 23:08:24 CET 2009


New submission from Raymond Hettinger <rhettinger at users.sourceforge.net>:

The build crashes and it seems related to io.py.  This started about two
weeks ago.  Before that, it built fine.


------ Build started: Project: _ssl, Configuration: Release Win32 ------
Performing Pre-Build Event...
Traceback (most recent call last):
  File "C:\py31\lib\io.py", line 222, in open
  File "C:\py31\lib\io.py", line 619, in __init__
OSError: [Errno 9] Bad file descriptor
This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information.
Fatal Python error: Py_Initialize: can't initialize sys standard streams
Project : error PRJ0019: A tool returned an error code from "Performing
Pre-Build Event..."
Build log was saved at
"file://C:\py31\PC\VS8.0\Win32-temp-Release\_ssl\BuildLog.htm"
_ssl - 1 error(s), 0 warning(s)
------ Skipped Build: Project: bdist_wininst, Configuration: Release
Win32 ------
Project not selected to build for this solution configuration 
------ Build started: Project: _hashlib, Configuration: Release Win32 ------
Performing Pre-Build Event...
Traceback (most recent call last):
  File "C:\py31\lib\io.py", line 222, in open
  File "C:\py31\lib\io.py", line 619, in __init__
OSError: [Errno 9] Bad file descriptor
This application has requested the Runtime to terminate it in an unusual
way.
Please contact the application's support team for more information.
Fatal Python error: Py_Initialize: can't initialize sys standard streams
Project : error PRJ0019: A tool returned an error code from "Performing
Pre-Build Event..."
Build log was saved at
"file://C:\py31\PC\VS8.0\Win32-temp-Release\_hashlib\BuildLog.htm"
_hashlib - 1 error(s), 0 warning(s)

----------
assignee: pitrou
components: Library (Lib)
messages: 83042
nosy: pitrou, rhettinger
severity: normal
status: open
title: Broken Py3.1 release build in Visual Studio 2005
type: compile error
versions: Python 3.1

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5407>
_______________________________________


More information about the Python-bugs-list mailing list