Amaury Forgeot d'Arc <amaur...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13070>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to