]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-40024: Add PyModule_AddType() helper function (GH-19088)
authorDong-hee Na <donghee.na92@gmail.com>
Sun, 22 Mar 2020 16:17:34 +0000 (01:17 +0900)
committerGitHub <noreply@github.com>
Sun, 22 Mar 2020 16:17:34 +0000 (17:17 +0100)
commit05e4a296ecc127641160a04f39cc02c0f66a8c27
tree59e73090785087a5e15175c815a20986e59a5728
parentb33e52511a59c6da7132c226b7f7489b092a33eb
bpo-40024: Add PyModule_AddType() helper function (GH-19088)
Doc/c-api/module.rst
Doc/whatsnew/3.9.rst
Include/modsupport.h
Misc/NEWS.d/next/C API/2020-03-20-18-41-33.bpo-40024.9zHpve.rst [new file with mode: 0644]
Modules/_collectionsmodule.c
Modules/_functoolsmodule.c
Modules/_lzmamodule.c
Modules/itertoolsmodule.c
Objects/typeobject.c
Python/modsupport.c