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 vstinner
Recipients LambertDW, akuchling, brett.cannon, brian.curtin, eric.araujo, flox, ggenellina, gregory.p.smith, hozn, marystern, pitrou, tormen, vstinner
Date 2010-05-14.17:39:04
SpamBayes Score 0.002687416
Marked as misclassified No
Message-id <1273858746.25.0.0182922848873.issue5099@psf.upfronthosting.co.za>
In-reply-to
Content
Python3 compilation fails on Windows:
....
  File "...\3.x.bolen-windows\build\lib\subprocess.py", line 911, in Popen
    _WaitForSingleObject=WaitForSingleObject,
NameError: name 'WaitForSingleObject' is not defined

http://www.python.org/dev/buildbot/3.x.stable/builders/x86%20XP-4%203.x/builds/2121/steps/compile/logs/stdio
History
Date User Action Args
2010-05-14 17:39:06vstinnersetrecipients: + vstinner, akuchling, brett.cannon, gregory.p.smith, ggenellina, pitrou, LambertDW, eric.araujo, marystern, brian.curtin, hozn, flox, tormen
2010-05-14 17:39:06vstinnersetmessageid: <1273858746.25.0.0182922848873.issue5099@psf.upfronthosting.co.za>
2010-05-14 17:39:05vstinnerlinkissue5099 messages
2010-05-14 17:39:04vstinnercreate