[3.7] bpo-33932: Calling Py_Initialize() twice does nothing (GH-7845) by miss-islington · Pull Request #7859 · python/cpython

Conversation

Calling Py_Initialize() twice does nothing, instead of failing with a
fatal error: restore the Python 3.6 behaviour.
(cherry picked from commit 209abf7)

Co-authored-by: Victor Stinner <vstinner@redhat.com>

vstinner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, good bot!

@miss-islington

@vstinner: Backport status check is done, and it's a success ✅ .