]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38858: Reorganize pycore_init_types() (GH-17265)
authorVictor Stinner <vstinner@python.org>
Tue, 19 Nov 2019 23:38:03 +0000 (00:38 +0100)
committerGitHub <noreply@github.com>
Tue, 19 Nov 2019 23:38:03 +0000 (00:38 +0100)
commitef5aa9af7c7e493402ac62009e4400aed7c3d54e
tree94e31084abcedc65e8d930469d61af807f40fe8a
parentac2235432c607ce2c0faf6dff5d9b2534d2f6652
bpo-38858: Reorganize pycore_init_types() (GH-17265)

* Call _PyLong_Init() and _PyExc_Init() earlier
* new_interpreter() reuses pycore_init_types()
Python/pylifecycle.c