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 amaury.forgeotdarc, casevh, neologix, pitrou, python-dev, santoso.wijaya, terry.reedy, vstinner
Date 2011-03-20.22:50:41
SpamBayes Score 1.8443751e-08
Marked as misclassified No
Message-id <1300661441.97.0.40874803723.issue11395@psf.upfronthosting.co.za>
In-reply-to
Content
I realized that it was a little more difficult to port the fix on 3.1 because 3.1 doesn't have the fix for Windows 64 bits. So I only fixed Python 3.2 and 3.3, also because nobody reported failure for Python 3.1 on Windows with -u flag.

I tested my fix: the test fails without the fix, and it pass correctly with the fix. So let's close the last regression that I introduced in Python 3.2!
History
Date User Action Args
2011-03-20 22:50:42vstinnersetrecipients: + vstinner, terry.reedy, amaury.forgeotdarc, pitrou, casevh, neologix, santoso.wijaya, python-dev
2011-03-20 22:50:41vstinnersetmessageid: <1300661441.97.0.40874803723.issue11395@psf.upfronthosting.co.za>
2011-03-20 22:50:41vstinnerlinkissue11395 messages
2011-03-20 22:50:41vstinnercreate