[issue24374] Plug refleak in set_coroutine_wrapper

2015-06-04 Thread Yury Selivanov

Changes by Yury Selivanov yseliva...@gmail.com:


--
resolution:  - fixed
stage: patch review - resolved
status: open - closed
type:  - behavior

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24374
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24374] Plug refleak in set_coroutine_wrapper

2015-06-04 Thread Roundup Robot

Roundup Robot added the comment:

New changeset 3f2bf0ff262c by Yury Selivanov in branch '3.5':
Issue 24374: Plug refleak in set_coroutine_wrapper
https://hg.python.org/cpython/rev/3f2bf0ff262c

New changeset 68f40b6448b9 by Yury Selivanov in branch 'default':
Issue 24374: Plug refleak in set_coroutine_wrapper
https://hg.python.org/cpython/rev/68f40b6448b9

--
nosy: +python-dev

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24374
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24374] Plug refleak in set_coroutine_wrapper

2015-06-04 Thread Nick Coghlan

Nick Coghlan added the comment:

Ah, I'd missed that the previous code wouldn't clean up properly in the failure 
case.

+1 for inlining the check and using the existing error label.

--

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24374
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24374] Plug refleak in set_coroutine_wrapper

2015-06-03 Thread Yury Selivanov

Changes by Yury Selivanov yseliva...@gmail.com:


Added file: http://bugs.python.org/file39611/set_coro.patch

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24374
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com



[issue24374] Plug refleak in set_coroutine_wrapper

2015-06-03 Thread Yury Selivanov

Changes by Yury Selivanov yseliva...@gmail.com:


--
nosy: +gvanrossum, haypo

___
Python tracker rep...@bugs.python.org
http://bugs.python.org/issue24374
___
___
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com