]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-41180: Audit code.__new__ when unmarshalling (GH-21271)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 3 Jul 2020 21:16:23 +0000 (14:16 -0700)
committerGitHub <noreply@github.com>
Fri, 3 Jul 2020 21:16:23 +0000 (14:16 -0700)
commit1c776541a8805576c0a4363ca28c1d29423f02f6
treecdb80217f507646df8669fb5407dd54fc433bdef
parentc1feaa5468a3c728b962a1194164d373128ed614
bpo-41180: Audit code.__new__ when unmarshalling (GH-21271)

(cherry picked from commit d160e0f8e283d0a8737644588b38e8c6a07c134f)

Co-authored-by: tkmikan <36260601+tkmikan@users.noreply.github.com>
Python/marshal.c