[issue33132] Possible refcount issues in the compiler

2018-04-01 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed versions: +Python 2.7 ___ Python tracker ___ ___

[issue33132] Possible refcount issues in the compiler

2018-04-01 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 72f3e0887500e00867fa16ce5aaab12fae853b63 by Serhiy Storchaka in branch '2.7': [2.7] bpo-33132: Fix reference counting issues in the compiler. (GH-6209). (GH-6322) https://github.com/python/cpython/commit/72f3e0887500e00867fa16ce5aaab12fae853b6

[issue33132] Possible refcount issues in the compiler

2018-03-31 Thread miss-islington
miss-islington added the comment: New changeset 9e96e7b24e4d3ff4dce4f24c4e469cd5460712c9 by Miss Islington (bot) in branch '3.7': bpo-33132: Fix more reference counting issues in the compiler. (GH-6323) https://github.com/python/cpython/commit/9e96e7b24e4d3ff4dce4f24c4e469cd5460712c9 ---

[issue33132] Possible refcount issues in the compiler

2018-03-31 Thread miss-islington
Change by miss-islington : -- pull_requests: +6041 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue33132] Possible refcount issues in the compiler

2018-03-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset aa8e51f5ebb2a71c76059f050de01fc3c985376a by Serhiy Storchaka in branch 'master': bpo-33132: Fix more reference counting issues in the compiler. (GH-6323) https://github.com/python/cpython/commit/aa8e51f5ebb2a71c76059f050de01fc3c985376a --

[issue33132] Possible refcount issues in the compiler

2018-03-31 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 25c869edd665cba7187910c5b151a0016fec4754 by Serhiy Storchaka in branch '3.6': [3.6] bpo-33132: Fix reference counting issues in the compiler. (GH-6209). (GH-6321) https://github.com/python/cpython/commit/25c869edd665cba7187910c5b151a0016fec475

[issue33132] Possible refcount issues in the compiler

2018-03-31 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +6039 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue33132] Possible refcount issues in the compiler

2018-03-31 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +6038 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue33132] Possible refcount issues in the compiler

2018-03-31 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +6037 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue33132] Possible refcount issues in the compiler

2018-03-24 Thread miss-islington
miss-islington added the comment: New changeset 471364b4d977fc31bdf3012912954f24e4867d52 by Miss Islington (bot) in branch '3.7': bpo-33132: Fix reference counting issues in the compiler. (GH-6209) https://github.com/python/cpython/commit/471364b4d977fc31bdf3012912954f24e4867d52 -- n

[issue33132] Possible refcount issues in the compiler

2018-03-24 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset a95d98607efe0c43475b354543e49bf8e240bc6f by Serhiy Storchaka in branch 'master': bpo-33132: Fix reference counting issues in the compiler. (GH-6209) https://github.com/python/cpython/commit/a95d98607efe0c43475b354543e49bf8e240bc6f --

[issue33132] Possible refcount issues in the compiler

2018-03-24 Thread miss-islington
Change by miss-islington : -- pull_requests: +5962 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mai

[issue33132] Possible refcount issues in the compiler

2018-03-24 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +5954 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-

[issue33132] Possible refcount issues in the compiler

2018-03-24 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : There are several possible reference leaks in compiler.c. When implicit (in VISIT* or ADDOP_* macros) "return" is occurred between creating a new object and ADDOP_N, there is a possible reference leaks. ADDOP_O followed by Py_DECREF contains a possible re