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 amaury.forgeotdarc
Recipients amaury.forgeotdarc, neologix, pitrou, python-dev, vsemionov, vstinner
Date 2011-10-06.11:45:56
SpamBayes Score 3.6801775e-05
Marked as misclassified No
Message-id <1317901557.39.0.918529521475.issue13070@psf.upfronthosting.co.za>
In-reply-to
Content
Your application does not segfault with 2.7 because buffered files and sockets use a very different implementation.
The io module is present in all versions, but only Python3 uses it for all file-like objects.
If the unit test (test_rwpair_cleared_before_textio) crashes 2.7, the fix should be applied.
History
Date User Action Args
2011-10-06 11:45:57amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, pitrou, vstinner, neologix, python-dev, vsemionov
2011-10-06 11:45:57amaury.forgeotdarcsetmessageid: <1317901557.39.0.918529521475.issue13070@psf.upfronthosting.co.za>
2011-10-06 11:45:56amaury.forgeotdarclinkissue13070 messages
2011-10-06 11:45:56amaury.forgeotdarccreate