]> granicus.if.org Git - python/commit
bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845)
authorVictor Stinner <vstinner@redhat.com>
Fri, 22 Jun 2018 17:14:51 +0000 (19:14 +0200)
committerGitHub <noreply@github.com>
Fri, 22 Jun 2018 17:14:51 +0000 (19:14 +0200)
commit209abf746985526bce255e2fba97d3246924885d
tree4eaedaa7a870d61c2805df599e21fb9c883ddaeb
parentbcd3a1a18d841338f57c39f6a7de8cf14d0c3e03
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.
Lib/test/test_embed.py
Misc/NEWS.d/next/C API/2018-06-21-15-29-59.bpo-33932.VSlXyS.rst [new file with mode: 0644]
Programs/_testembed.c
Python/pylifecycle.c