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.

Author rhettinger
Recipients pitrou, rhettinger
Date 2009-03-02.22:08:21
SpamBayes Score 4.034223e-11
Marked as misclassified No
Message-id <1236031704.37.0.216105327736.issue5407@psf.upfronthosting.co.za>
In-reply-to
Content
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)
History
Date User Action Args
2009-03-02 22:08:24rhettingersetrecipients: + rhettinger, pitrou
2009-03-02 22:08:24rhettingersetmessageid: <1236031704.37.0.216105327736.issue5407@psf.upfronthosting.co.za>
2009-03-02 22:08:22rhettingerlinkissue5407 messages
2009-03-02 22:08:21rhettingercreate