]> granicus.if.org Git - python/commit
bpo-36370: Check for PyErr_Occurred() after PyImport_GetModule() (GH-12504)
authorStefan Krah <skrah@bytereef.org>
Mon, 25 Mar 2019 20:50:58 +0000 (21:50 +0100)
committerGitHub <noreply@github.com>
Mon, 25 Mar 2019 20:50:58 +0000 (21:50 +0100)
commit027b09c5a13aac9e14a3b43bb385298d549c3833
tree44c35e9ec4e1ae42dde580a0ea369e5a1c32de1a
parentd1e768a67707bf7bb426c1537e1a764e89eaff78
bpo-36370: Check for PyErr_Occurred() after PyImport_GetModule() (GH-12504)
Python/ceval.c
Python/import.c
Python/pylifecycle.c
Python/sysmodule.c