[issue35451] Incorrect reference counting for sys.warnoptions and sys._xoptions

2018-12-10 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___

[issue35451] Incorrect reference counting for sys.warnoptions and sys._xoptions

2018-12-10 Thread miss-islington
miss-islington added the comment: New changeset fc79175f5e6424c4978ba9e9b9bc006778cdfd40 by Miss Islington (bot) in branch '3.7': bpo-35451: Fix reference counting for sys.warnoptions and sys._xoptions. (GH-11063) https://github.com/python/cpython/commit/fc79175f5e6424c4978ba9e9b9bc006778cdf

[issue35451] Incorrect reference counting for sys.warnoptions and sys._xoptions

2018-12-10 Thread miss-islington
Change by miss-islington : -- pull_requests: +10299 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://m

[issue35451] Incorrect reference counting for sys.warnoptions and sys._xoptions

2018-12-10 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 72ff7b4c000f7b8199231a0eb1ca4b119fab40a5 by Serhiy Storchaka in branch 'master': bpo-35451: Fix reference counting for sys.warnoptions and sys._xoptions. (GH-11063) https://github.com/python/cpython/commit/72ff7b4c000f7b8199231a0eb1ca4b119fab

[issue35451] Incorrect reference counting for sys.warnoptions and sys._xoptions

2018-12-10 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : Borrowed references are incorrectly decrefed in get_warnoptions() and get_xoptions() in Python/sysmodule.c. The bag was introduced in issue30860. -- components: Interpreter Core messages: 331478 nosy: eric.snow, serhiy.storchaka, vstinner priority

[issue35451] Incorrect reference counting for sys.warnoptions and sys._xoptions

2018-12-10 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- keywords: +patch pull_requests: +10297 stage: -> patch review ___ Python tracker ___ ___ Python-bug