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 belopolsky
Recipients belopolsky, georg.brandl, ocean-city
Date 2008-03-04.17:14:20
SpamBayes Score 0.0027979477
Marked as misclassified No
Message-id <1204650863.03.0.364120475511.issue2222@psf.upfronthosting.co.za>
In-reply-to
Content
On the test_os patch: I would rename LeakTest to ErrorTest and leave it 
on for all platforms.  BTW, I cannot produce a definitive proof that 
posix_2str leaks when second conversion fails (regrtest -R does not 
catch it because the leaked buffer is not a PyObject).  Nevertheless, it 
would be a good idea to add tests that exercise os.rename("foo", 0), 
os.link("foo", 0) and os.symlink("foo", 0) errors on all platforms.
History
Date User Action Args
2008-03-04 17:14:23belopolskysetspambayes_score: 0.00279795 -> 0.0027979477
recipients: + belopolsky, georg.brandl, ocean-city
2008-03-04 17:14:23belopolskysetspambayes_score: 0.00279795 -> 0.00279795
messageid: <1204650863.03.0.364120475511.issue2222@psf.upfronthosting.co.za>
2008-03-04 17:14:20belopolskylinkissue2222 messages
2008-03-04 17:14:20belopolskycreate