commit | ef5aa9af7c7e493402ac62009e4400aed7c3d54e | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Nov 20 00:38:03 2019 +0100 |
committer | GitHub <noreply@github.com> | Wed Nov 20 00:38:03 2019 +0100 |
tree | 94e31084abcedc65e8d930469d61af807f40fe8a | |
parent | ac2235432c607ce2c0faf6dff5d9b2534d2f6652 [diff] |
bpo-38858: Reorganize pycore_init_types() (GH-17265) * Call _PyLong_Init() and _PyExc_Init() earlier * new_interpreter() reuses pycore_init_types()