]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38922: Raise code.__new__ audit event when code object replace() is called (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 27 Nov 2019 00:46:32 +0000 (16:46 -0800)
committerGitHub <noreply@github.com>
Wed, 27 Nov 2019 00:46:32 +0000 (16:46 -0800)
commit191f94cca6f8cf59535e7459c1113e4a1cdfe201
tree66ba7e5c3c875eaeeb45e48372ada9ba90b1f9d8
parent86d9933cc627c4232f9702ca0766713714ebbc53
bpo-38922: Raise code.__new__ audit event when code object replace() is called (GH-17394)

(cherry picked from commit c7c01ab1e5415b772c68e15f1aba51e520010830)

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