[issue35441] Dead (and buggy) code due to mishandling of PyList_SetItem() errors

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

[issue35441] Dead (and buggy) code due to mishandling of PyList_SetItem() errors

2018-12-19 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 89b5ea297d67f5efeb8fca0b63fa3d9f7030b2f0 by Serhiy Storchaka in branch '2.7': [2.7] bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) (GH-11234) https://github.com/python/cpython/commit/89b5ea297d67f5efeb8fca0b63fa

[issue35441] Dead (and buggy) code due to mishandling of PyList_SetItem() errors

2018-12-19 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +10468 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https:/

[issue35441] Dead (and buggy) code due to mishandling of PyList_SetItem() errors

2018-12-14 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Needed to backport it to 2.7. -- ___ Python tracker ___ ___ Python-bugs-list mailing list Unsub

[issue35441] Dead (and buggy) code due to mishandling of PyList_SetItem() errors

2018-12-14 Thread Terry J. Reedy
Terry J. Reedy added the comment: Can this be closed? -- nosy: +terry.reedy ___ Python tracker ___ ___ Python-bugs-list mailing lis

[issue35441] Dead (and buggy) code due to mishandling of PyList_SetItem() errors

2018-12-08 Thread miss-islington
miss-islington added the comment: New changeset 2e0fbed15f809a247c7e16ab9d0a0088f806 by Miss Islington (bot) in branch '3.6': bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) https://github.com/python/cpython/commit/2e0fbed15f809a247c7e16ab9d0a0088f806 -

[issue35441] Dead (and buggy) code due to mishandling of PyList_SetItem() errors

2018-12-08 Thread miss-islington
miss-islington added the comment: New changeset 8b7d8ac09cc0f736d0c3a39d838814d7ae253021 by Miss Islington (bot) in branch '3.7': bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) https://github.com/python/cpython/commit/8b7d8ac09cc0f736d0c3a39d838814d7ae253021 -

[issue35441] Dead (and buggy) code due to mishandling of PyList_SetItem() errors

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

[issue35441] Dead (and buggy) code due to mishandling of PyList_SetItem() errors

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

[issue35441] Dead (and buggy) code due to mishandling of PyList_SetItem() errors

2018-12-08 Thread Serhiy Storchaka
New submission from Serhiy Storchaka : New changeset 99d56b53560b3867844472ae381fb3f858760621 by Serhiy Storchaka (Zackery Spytz) in branch 'master': bpo-35441: Remove dead and buggy code related to PyList_SetItem(). (GH-11033) https://github.com/python/cpython/commit/99d56b53560b3867844472ae3

[issue35441] Dead (and buggy) code due to mishandling of PyList_SetItem() errors

2018-12-08 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +10270 stage: -> patch review ___ Python tracker ___ ___ Python-bugs-l

[issue35441] Dead (and buggy) code due to mishandling of PyList_SetItem() errors

2018-12-08 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https

[issue35441] Dead (and buggy) code due to mishandling of PyList_SetItem() errors

2018-12-08 Thread Zackery Spytz
Change by Zackery Spytz : -- components: Extension Modules nosy: ZackerySpytz priority: normal severity: normal status: open title: Dead (and buggy) code due to mishandling of PyList_SetItem() errors type: behavior versions: Python 2.7, Python 3.7, Python 3.8 __