]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 18 Jul 2023 20:59:53 +0000 (23:59 +0300)
committerGitHub <noreply@github.com>
Tue, 18 Jul 2023 20:59:53 +0000 (23:59 +0300)
commita293fa5915c21b21f5cb8ed9649fbdb37b4c1421
tree4d7ca05e79dad8e2e21024896fb7e5c17624e70b
parent40f3f11a773b854c6d94746aa3b1881c8ac71b0f
gh-86493: Use PyModule_Add() instead of PyModule_AddObjectRef() (GH-106860)
14 files changed:
Modules/_ctypes/_ctypes.c
Modules/_hashopenssl.c
Modules/_json.c
Modules/_sre/sre.c
Modules/_ssl.c
Modules/_testcapi/mem.c
Modules/_testcapi/watchers.c
Modules/_testsinglephase.c
Modules/pyexpat.c
Modules/socketmodule.c
Modules/unicodedata.c
PC/msvcrtmodule.c
PC/winreg.c
Python/import.c