]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix possible refleak involving _PyArena_AddPyObject (GH-25289)
authorErlend Egeberg Aasland <erlend.aasland@innova.no>
Thu, 8 Apr 2021 23:05:44 +0000 (01:05 +0200)
committerGitHub <noreply@github.com>
Thu, 8 Apr 2021 23:05:44 +0000 (00:05 +0100)
commitc0e11a3ceb9427e09db4224f394c7789bf6deec5
treecbb3723e713e4c3ac00185fadf2459d8d4e974db
parent1e051a21b7106a93c30b74aad7e1f40d6c0c477b
Fix possible refleak involving _PyArena_AddPyObject (GH-25289)
Parser/pegen.c