[issue16394] Reducing tee() memory footprint

2016-04-26 Thread Raymond Hettinger
Changes by Raymond Hettinger : -- resolution: -> fixed status: open -> closed ___ Python tracker ___

[issue16394] Reducing tee() memory footprint

2016-04-26 Thread Roundup Robot
Roundup Robot added the comment: New changeset f09306f9fa6f by Raymond Hettinger in branch 'default': Issue #16394: Note the tee() pure python equivalent is only a rough approximation. https://hg.python.org/cpython/rev/f09306f9fa6f -- nosy: +python-dev

[issue16394] Reducing tee() memory footprint

2015-12-12 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- nosy: -serhiy.storchaka ___ Python tracker ___ ___

[issue16394] Reducing tee() memory footprint

2015-11-15 Thread Raymond Hettinger
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

[issue16394] Reducing tee() memory footprint

2015-11-12 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Raymond, do you want to add a clarification to the documentation, or prefer just to close this issue? -- nosy: +serhiy.storchaka ___ Python tracker

[issue16394] Reducing tee() memory footprint

2013-04-19 Thread Phil Connell
Changes by Phil Connell pconn...@gmail.com: -- nosy: +pconnell ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16394 ___ ___ Python-bugs-list

[issue16394] Reducing tee() memory footprint

2013-04-19 Thread Raymond Hettinger
Changes by Raymond Hettinger raymond.hettin...@gmail.com: -- assignee: docs@python - rhettinger nosy: +rhettinger ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16394 ___

[issue16394] Reducing tee() memory footprint

2012-11-03 Thread Ramchandra Apte
Changes by Ramchandra Apte maniandra...@gmail.com: -- title: Improving tee() memory footprint - Reducing tee() memory footprint ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue16394 ___