Changes by Dmitry Odzerikho :
Removed file: http://bugs.python.org/file39756/test_segfault.py
___
Python tracker
<http://bugs.python.org/issue24482>
___
___
Python-bug
Changes by Dmitry Odzerikho :
Added file: http://bugs.python.org/file39757/test_segfault.py
___
Python tracker
<http://bugs.python.org/issue24482>
___
___
Python-bug
New submission from Dmitry Odzerikho:
Hi,
I'm using iterators returned by itertools.tee in different threads. The
original iterator passed to itertools.tee is thread-safe, however, it doesn't
guarantees that the cloned iterators are thread safe too. However the
equivalent impleme
Changes by Dmitry Odzerikho :
--
components: Library (Lib)
nosy: Dmitry Odzerikho
priority: normal
severity: normal
status: open
title: itertools.tee causes segfault in a multithreading environment, while the
equivalent implementation does'nt
type: crash
versions: Pytho