]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-42923: _Py_DumpExtensionModules() ignores stdlib ext (GH-24254)
authorVictor Stinner <vstinner@python.org>
Tue, 19 Jan 2021 22:35:27 +0000 (23:35 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Jan 2021 22:35:27 +0000 (23:35 +0100)
commit66f77caca39ba39ebe1e4a95dba6d19b20d51951
tree5a3e9d28e72c0c15c2e313b51eef7b239a0a4bdc
parentcad8020cb83ec6d904f874c0e4f599e651022196
bpo-42923: _Py_DumpExtensionModules() ignores stdlib ext (GH-24254)
Include/internal/pycore_traceback.h
Lib/test/test_capi.py
Lib/test/test_faulthandler.py
Python/pylifecycle.c
Python/traceback.c