]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-88116: Document that PyCodeNew is dangerous, and make PyCode_NewEmpty less dangero...
authorMark Shannon <mark@hotpy.org>
Thu, 21 Apr 2022 18:08:36 +0000 (19:08 +0100)
committerGitHub <noreply@github.com>
Thu, 21 Apr 2022 18:08:36 +0000 (19:08 +0100)
commitd44815cabc0a8d9932df2fa95cb374eadddb7c17
tree12cd641cbd5b32d20983b5edb7ac650ea85a434a
parent5974827c71d884bb3cc58f07a9eaefafe0cbaa6e
GH-88116: Document that PyCodeNew is dangerous, and make PyCode_NewEmpty less dangerous. (GH-91790)
Doc/c-api/code.rst
Doc/whatsnew/3.11.rst
Lib/test/test_code.py
Objects/codeobject.c