]> granicus.if.org Git - python/commit
Issue #10478: Reentrant calls inside buffered IO objects (for example by
authorAntoine Pitrou <solipsis@pitrou.net>
Fri, 3 Dec 2010 18:41:39 +0000 (18:41 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Fri, 3 Dec 2010 18:41:39 +0000 (18:41 +0000)
commitf3b68b3f981b8baa81e3e838ab921d2e4362ae33
tree37d2eea64775edd9f74f251e4cc8a780e98cbe2d
parent38e117d20a1914e9506b3f901c7170eadccefe54
Issue #10478: Reentrant calls inside buffered IO objects (for example by
way of a signal handler) now raise a RuntimeError instead of freezing the
current process.
Lib/test/test_io.py
Misc/NEWS
Modules/_io/bufferedio.c