commit | 209abf746985526bce255e2fba97d3246924885d | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@redhat.com> | Fri Jun 22 19:14:51 2018 +0200 |
committer | GitHub <noreply@github.com> | Fri Jun 22 19:14:51 2018 +0200 |
tree | 4eaedaa7a870d61c2805df599e21fb9c883ddaeb | |
parent | bcd3a1a18d841338f57c39f6a7de8cf14d0c3e03 [diff] |
bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845) Calling Py_Initialize() twice does nothing, instead of failing with a fatal error: restore the Python 3.6 behaviour.