[docs] [issue16394] Reducing tee() memory footprint

Raymond Hettinger report at bugs.python.org
Sun Nov 15 15:48:48 EST 2015


Raymond Hettinger added the comment:

Unlike the other "equivalents" in the docs, this one is further away from the actual implementation.  So, I think I should add a clarification that the example code is a "rough logical equivalent" but that actual implementation may have shared queues (Jython, PyPy, and IronPython are free to have their own implementation choices).

----------
priority: normal -> low

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16394>
_______________________________________


More information about the docs mailing list