[issue26496] Exhausted deque iterator should free a reference to a deque

2016-09-11 Thread Raymond Hettinger
Raymond Hettinger added the comment: I would like to leave this one alone. -- resolution: -> rejected status: open -> closed ___ Python tracker ___ _

[issue26496] Exhausted deque iterator should free a reference to a deque

2016-03-06 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: This should be not very hard. It is just reminder to me, I'll write a patch after closing related issue26494 and issue26492. -- dependencies: +Double deallocation on iterator exhausting ___ Python tracker

[issue26496] Exhausted deque iterator should free a reference to a deque

2016-03-06 Thread Raymond Hettinger
Raymond Hettinger added the comment: I don't think this is even slightly important but will take a look to see if there is an easy way to incorporate it that doesn't mess-up previous efforts to fine-tune the iterator. -- assignee: -> rhettinger priority: normal -> low ___

[issue26496] Exhausted deque iterator should free a reference to a deque

2016-03-06 Thread Serhiy Storchaka
Changes by Serhiy Storchaka : -- title: Exhausted dequeue iterator should free a reference to a deque -> Exhausted deque iterator should free a reference to a deque ___ Python tracker _