commit | 3747dd16d5d2af3499f586386e49740a0454cf44 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Jun 22 10:33:48 2018 -0700 |
committer | GitHub <noreply@github.com> | Fri Jun 22 10:33:48 2018 -0700 |
tree | 3d92645f482068ca93a9267b6195cf25c7fc2d14 | |
parent | 1bb9dd337ed5aa9eafc8e2ce017ceedf044145e3 [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. (cherry picked from commit 209abf746985526bce255e2fba97d3246924885d) Co-authored-by: Victor Stinner <vstinner@redhat.com>