[issue35303] A reference leak in _operator.c's methodcaller_repr()

2018-11-23 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +9941 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35303> ___ ___ Py

[issue35303] A reference leak in _operator.c's methodcaller_repr()

2018-11-23 Thread Zackery Spytz
New submission from Zackery Spytz : The attached PR fixes a reference leak in _operator.c's methodcaller_repr(). -- ___ Python tracker <https://bugs.python.org/is

[issue35337] Check index in PyTuple_GET_ITEM/PyTuple_SET_ITEM in debug mode

2018-11-28 Thread Zackery Spytz
Zackery Spytz added the comment: See also #14614. -- nosy: +ZackerySpytz ___ Python tracker <https://bugs.python.org/issue35337> ___ ___ Python-bugs-list mailin

[issue35356] A possible reference leak in the nis module

2018-11-29 Thread Zackery Spytz
New submission from Zackery Spytz : In nis_maps(), the result of PyUnicode_FromString() is leaked if the PyList_Append() call fails. -- components: Extension Modules messages: 330747 nosy: ZackerySpytz priority: normal severity: normal status: open title: A possible reference leak in

[issue35356] A possible reference leak in the nis module

2018-11-29 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +10054 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35356> ___ ___ Py

[issue10320] printf %qd is nonstandard

2018-12-02 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +10088 stage: test needed -> patch review ___ Python tracker <https://bugs.python.org/issu

[issue10320] printf %qd is nonstandard

2018-12-02 Thread Zackery Spytz
Zackery Spytz added the comment: I've created a PR for this issue. -- nosy: +ZackerySpytz versions: +Python 3.6, Python 3.7, Python 3.8 -Python 3.4, Python 3.5 ___ Python tracker <https://bugs.python.org/is

[issue35414] A reference counting bug in PyState_RemoveModule()

2018-12-04 Thread Zackery Spytz
New submission from Zackery Spytz : There's a missing Py_INCREF(Py_None) in PyState_RemoveModule(). -- components: Interpreter Core messages: 331091 nosy: ZackerySpytz priority: normal severity: normal status: open title: A reference counting bug in PyState_RemoveModule() ver

[issue35414] A reference counting bug in PyState_RemoveModule()

2018-12-04 Thread Zackery Spytz
Change by Zackery Spytz : -- keywords: +patch pull_requests: +10153 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue35414> ___ ___ Py

[issue34987] A possible null pointer dereference in _pickle.c's save_reduce()

2018-12-06 Thread Zackery Spytz
Change by Zackery Spytz : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker <https://bugs.python.or

[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

[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 <https://bugs.python.org/issue35436> ___ ___ Py

[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 <https://bugs.python.org/issue35436> ___ ___

[issue35436] Add missing PyErr_NoMemory() calls

2018-12-07 Thread Zackery Spytz
Change by Zackery Spytz : -- pull_requests: +10256 ___ Python tracker <https://bugs.python.org/issue35436> ___ ___ Python-bugs-list mailing list Unsubscribe:

[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

[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 <https://bugs.python.org/issue35441> ___ ___ Py

[issue20602] sys.flags and sys.float_info disappear at shutdown

2018-12-09 Thread Zackery Spytz
Zackery Spytz added the comment: Ping. -- ___ Python tracker <https://bugs.python.org/issue20602> ___ ___ Python-bugs-list mailing list Unsubscribe:

<    3   4   5   6   7   8