[issue35436] Add missing PyErr_NoMemory() calls

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

[issue35436] Add missing PyErr_NoMemory() calls

2020-10-16 Thread Irit Katriel
Irit Katriel added the comment: Can this be closed? 2.7 is no longer relevant. -- nosy: +iritkatriel ___ Python tracker ___ ___

[issue35436] Add missing PyErr_NoMemory() calls

2018-12-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Backporting to 2.7 is not so trivial due to the number of conflicts. Zackery, do you mind to create a backport for 2.7? -- ___ Python tracker

[issue35436] Add missing PyErr_NoMemory() calls

2018-12-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 2d6bc25dbc3dc5662f13917eb759f92842bf6de6 by Serhiy Storchaka in branch '3.6': bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) (GH-11020) (GH-11026)

[issue35436] Add missing PyErr_NoMemory() calls

2018-12-07 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: +10262 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35436] Add missing PyErr_NoMemory() calls

2018-12-07 Thread Serhiy Storchaka
Change by Serhiy Storchaka : -- pull_requests: -10257 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35436] Add missing PyErr_NoMemory() calls

2018-12-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 602d307ac5e8a2da38a193dca3bdfef5994dfe67 by Serhiy Storchaka (Zackery Spytz) in branch '3.7': bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015) (GH-11020)

[issue35436] Add missing PyErr_NoMemory() calls

2018-12-07 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +10257 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35436] Add missing PyErr_NoMemory() calls

2018-12-07 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +10256 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue35436] Add missing PyErr_NoMemory() calls

2018-12-07 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: New changeset 4c49da0cb7434c676d70b9ccf38aca82ac0d64a9 by Serhiy Storchaka (Zackery Spytz) in branch 'master': bpo-35436: Add missing PyErr_NoMemory() calls and other minor bug fixes. (GH-11015)

[issue35436] Add missing PyErr_NoMemory() calls

2018-12-06 Thread Zackery Spytz
New submission from Zackery Spytz : The attached PR adds some missing PyErr_NoMemory() calls. -- ___ Python tracker ___ ___

[issue35436] Add missing PyErr_NoMemory() calls

2018-12-06 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +10250 stage: -> patch review ___ Python tracker ___ ___

[issue35436] Add missing PyErr_NoMemory() calls

2018-12-06 Thread Zackery Spytz
Change by Zackery Spytz : -- components: Extension Modules, Interpreter Core nosy: ZackerySpytz priority: normal severity: normal status: open title: Add missing PyErr_NoMemory() calls type: behavior versions: Python 2.7, Python 3.6, Python 3.7, Python 3.8