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 Arfrever, amaury.forgeotdarc, belopolsky, benjamin.peterson, brett.cannon, eric.araujo, georg.brandl, ncoghlan, pitrou, r.david.murray, terry.reedy, vstinner
Date 2011-03-19.23:26:59
SpamBayes Score 0.00313315
Marked as misclassified No
Message-id <1300577220.31.0.303788354678.issue3080@psf.upfronthosting.co.za>
In-reply-to
Content
> test_runpy fails on Windows on make_legacy_pyc() (of test.support),
> I don't know why.

Gotcha: I replaced mkdir() by CreateDirectoryW(), but the "directory already exists" error was not ignored. Fixed by 2debe178697b.
History
Date User Action Args
2011-03-19 23:27:00vstinnersetrecipients: + vstinner, brett.cannon, georg.brandl, terry.reedy, amaury.forgeotdarc, ncoghlan, belopolsky, pitrou, benjamin.peterson, eric.araujo, Arfrever, r.david.murray
2011-03-19 23:27:00vstinnersetmessageid: <1300577220.31.0.303788354678.issue3080@psf.upfronthosting.co.za>
2011-03-19 23:26:59vstinnerlinkissue3080 messages
2011-03-19 23:26:59vstinnercreate