commit | 3d55aa9e7365af76e40680271328deece27a7339 | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Apr 07 23:12:45 2021 +0200 |
committer | GitHub <noreply@github.com> | Wed Apr 07 23:12:45 2021 +0200 |
tree | 60733d0cbfbf8caefd17047a21d2873f052dc3f0 | |
parent | d27f8d2e07d31670af469ef387a37bc9e96ea8ad [diff] |
bpo-42923: Fix _Py_DumpExtensionModules() for NULL sysdict (GH-25262) Fix Py_FatalError() is called before interp->sysdict is set.