]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-111295: Fix error checking in time extension module init (#111296)
authorNikita Sobolev <mail@sobolevn.me>
Wed, 25 Oct 2023 07:19:40 +0000 (10:19 +0300)
committerGitHub <noreply@github.com>
Wed, 25 Oct 2023 07:19:40 +0000 (07:19 +0000)
commit81b03e78101c97c1d3fe5f90908bbf94e83d7df1
tree379b8d6df768e5b8c859195908270cb0e01ab8a7
parent2838c550f729f3fccedb3d65c6695cb0b78045ab
gh-111295: Fix error checking in time extension module init (#111296)

Introduce ADD_INT macro wrapper for PyModule_AddIntConstant()
Misc/NEWS.d/next/Library/2023-10-25-08-42-05.gh-issue-111295.H2K4lf.rst [new file with mode: 0644]
Modules/timemodule.c