]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-36370: Check for PyErr_Occurred() after PyImport_GetModule() (GH-12504)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 25 Mar 2019 21:36:43 +0000 (14:36 -0700)
committerStefan Krah <skrah@bytereef.org>
Mon, 25 Mar 2019 21:36:43 +0000 (22:36 +0100)
commitcdd8d4d6dd57f4c9429566706009d4613277d391
treeef8ff48e6365df8353edb58c1bf3e7a902e33b25
parentf3c5535f63e7cd49166ab33b7b0ebb3285ef4ed0
bpo-36370: Check for PyErr_Occurred() after PyImport_GetModule() (GH-12504)
Python/ceval.c
Python/import.c
Python/pylifecycle.c
Python/sysmodule.c