[issue24482] itertools.tee causes segfault in a multithreading environment, while the equivalent implementation doesn't
Serhiy Storchaka
report at bugs.python.org
Sun Jun 21 19:28:03 CEST 2015
Serhiy Storchaka added the comment:
I can't reproduce the crash in 3.3+ (this doesn't matter the bug is gone), but can reproduce in 2.7 and 3.2. Here is a reproducer that compatible with 2.7 and 3.x.
----------
Added file: http://bugs.python.org/file39762/test_segfault.py
_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue24482>
_______________________________________
More information about the Python-bugs-list
mailing list