[issue16394] Reducing tee() memory footprint

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

[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 ___ ___ Python-bugs-list mailing list Unsubscribe: https

[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 (Jytho

[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 Raymond Hettinger
Changes by Raymond Hettinger : -- assignee: docs@python -> rhettinger nosy: +rhettinger ___ Python tracker ___ ___ Python-bugs-list ma

[issue16394] Reducing tee() memory footprint

2013-04-19 Thread Phil Connell
Changes by Phil Connell : -- nosy: +pconnell ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: http://mail.python

[issue16394] Reducing tee() memory footprint

2012-11-03 Thread Ramchandra Apte
Changes by Ramchandra Apte : -- title: Improving tee() memory footprint -> Reducing tee() memory footprint ___ Python tracker ___ ___