]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661)
authorEddie Elizondo <eduardo.elizondorueda@gmail.com>
Wed, 27 Mar 2019 11:52:18 +0000 (07:52 -0400)
committerPetr Viktorin <encukou@gmail.com>
Wed, 27 Mar 2019 11:52:18 +0000 (12:52 +0100)
commit364f0b0f19cc3f0d5e63f571ec9163cf41c62958
tree977c0c418780824cca9ef9b4d920b9d423253e84
parent1fc5bf2ff27b898e8d9460d0fbc791e83009ed71
bpo-35810: Incref heap-allocated types in PyObject_Init (GH-11661)

* Incref heap-allocated types in PyObject_Init
* Add documentation and porting notes to What's New
Doc/whatsnew/3.8.rst
Include/objimpl.h
Misc/NEWS.d/next/C API/2019-01-23-12-38-11.bpo-35810.wpbWeb.rst [new file with mode: 0644]
Modules/_curses_panel.c
Modules/_tkinter.c
Objects/object.c
Objects/structseq.c
Objects/typeobject.c