This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients eric.snow, nanjekyejoannah, ncoghlan, pablogsal, vstinner
Date 2020-03-09.20:24:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583785463.52.0.700371773158.issue39877@roundup.psfhosted.org>
In-reply-to
Content
New changeset 111e4ee52a1739e7c7221adde2fc364ef4954af2 by Victor Stinner in branch 'master':
bpo-39877: Py_Initialize() pass tstate to PyEval_InitThreads() (GH-18884)
https://github.com/python/cpython/commit/111e4ee52a1739e7c7221adde2fc364ef4954af2
History
Date User Action Args
2020-03-09 20:24:23vstinnersetrecipients: + vstinner, ncoghlan, eric.snow, pablogsal, nanjekyejoannah
2020-03-09 20:24:23vstinnersetmessageid: <1583785463.52.0.700371773158.issue39877@roundup.psfhosted.org>
2020-03-09 20:24:23vstinnerlinkissue39877 messages
2020-03-09 20:24:23vstinnercreate