summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/C API/2020-11-04-16-31-55.bpo-42260.CmgHtF.rst
blob: 694dd550a8e18d9f463e5ff2c9dc6ab763b81772 (plain)
1
2
3
When :c:func:`Py_Initialize` is called twice, the second call now updates
more :mod:`sys` attributes for the configuration, rather than only
:data:`sys.argv`. Patch by Victor Stinner.