]> granicus.if.org Git - python/commit
Issue 24017: fix for "async with" refcounting
authorNick Coghlan <ncoghlan@gmail.com>
Wed, 13 May 2015 05:54:02 +0000 (15:54 +1000)
committerNick Coghlan <ncoghlan@gmail.com>
Wed, 13 May 2015 05:54:02 +0000 (15:54 +1000)
commitbaaadbf70d024142ec6a519006e960ec74309f92
tree14d1110d7379aa17d17e7c1311a2bceb0324bcbe
parent84d3e764d717a5c31af1a282463425a24f83f1de
Issue 24017: fix for "async with" refcounting

* adds missing INCREF in WITH_CLEANUP_START
* adds missing DECREF in WITH_CLEANUP_FINISH
* adds several new tests Yury created while investigating this
Lib/test/test_coroutines.py
Python/ceval.c