]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-148790: Eliminate redundant call to `_PyRuntime_Initialize` in `Py_InitializeEx...
authorAraHaan <seandhunt_7@yahoo.com>
Mon, 20 Apr 2026 14:01:06 +0000 (10:01 -0400)
committerGitHub <noreply@github.com>
Mon, 20 Apr 2026 14:01:06 +0000 (10:01 -0400)
commit789120e82609a50a94c683a62d043f89e383d23f
treecad7cd3d4ccd58b9a0457885c3ab80f247ea638a
parent513db7211056f6ba5453eb32f12c88887425f2e7
gh-148790: Eliminate redundant call to `_PyRuntime_Initialize` in `Py_InitializeEx` (GH-121628)
Python/pylifecycle.c