]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42425: Fix possible leak in initialization of errmap for OSError (GH-23446)
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 21 Nov 2020 17:17:46 +0000 (19:17 +0200)
committerGitHub <noreply@github.com>
Sat, 21 Nov 2020 17:17:46 +0000 (19:17 +0200)
commited1007c0d74e658d1e6c9b51b12ce7501eb8cbf9
treef08fd4467c282ea4b1cd1894ecac1039f7cc7d25
parent0e62efc51e31c741b61604787aeab4936e6e50e4
bpo-42425: Fix possible leak in initialization of errmap for OSError (GH-23446)
Objects/exceptions.c