]> 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, 28 Apr 2021 16:20:40 +0000 (09:20 -0700)
committerGitHub <noreply@github.com>
Wed, 28 Apr 2021 16:20:40 +0000 (18:20 +0200)
commit0252ce35712f4a12e824fb8b40a867ec3460443e
treec6e3107bbce808649d38ca345edf49d4a056cf89
parent629ef0fb9cad6ac340d3be884af7b47fb393ae99
bpo-43472: Ensure PyInterpreterState_New audit events are raised when called through _xxsubinterpreters module (GH-25506) (GH-25508)

(cherry picked from commit 7b86e47617d81a4b14d929743425f448971e8c86)

Co-authored-by: Steve Dower <steve.dower@python.org>
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