[issue34410] itertools.tee not thread-safe; can segfault interpreter when wrapped iterator releases GIL

Raymond Hettinger report at bugs.python.org
Wed Aug 28 23:43:14 EDT 2019


Raymond Hettinger <raymond.hettinger at gmail.com> added the comment:

I've applied the patch to "master".  I considered backporting but am thinking that would be risky at this stage in the 3.8 release.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed
versions: +Python 3.9 -Python 2.7, Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34410>
_______________________________________


More information about the Python-bugs-list mailing list