]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38922: Raise code.__new__ audit event when code object replace() is called (GH...
authorSteve Dower <steve.dower@python.org>
Wed, 27 Nov 2019 00:27:50 +0000 (16:27 -0800)
committerGitHub <noreply@github.com>
Wed, 27 Nov 2019 00:27:50 +0000 (16:27 -0800)
commitc7c01ab1e5415b772c68e15f1aba51e520010830
treefc3b567daa079723d7419cccfbf35520730c25b8
parent0b41a922f95f62b620d5a197b9f2ed8e4bb70730
bpo-38922: Raise code.__new__ audit event when code object replace() is called (GH-17394)
Misc/NEWS.d/next/Core and Builtins/2019-11-26-12-20-34.bpo-38922.i6ja-i.rst [new file with mode: 0644]
Objects/codeobject.c