]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43472: Ensure PyInterpreterState_New audit events are raised when called through...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 21 Apr 2021 22:53:31 +0000 (15:53 -0700)
committerGitHub <noreply@github.com>
Wed, 21 Apr 2021 22:53:31 +0000 (15:53 -0700)
commit602eefef0bd0187049c2ab9071390f8573fc299a
tree70da7d512a286d59f66e8fc9ae0a978ef1f99cee
parent303ffb74a38dfed5c62ca6d8a2d53d80b696feab
bpo-43472: Ensure PyInterpreterState_New audit events are raised when called through _xxsubinterpreters module (GH-25506)

(cherry picked from commit 7b86e47617d81a4b14d929743425f448971e8c86)

Co-authored-by: Steve Dower <steve.dower@python.org>
Doc/library/sys.rst
Misc/NEWS.d/next/Security/2021-04-21-22-53-31.bpo-43472.gjLBTb.rst [new file with mode: 0644]
Modules/_xxsubinterpretersmodule.c