]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-124160: Pass main_tstate to update_global_state_for_extension() (GH-124164...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 23 Sep 2024 23:16:41 +0000 (01:16 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Sep 2024 23:16:41 +0000 (16:16 -0700)
commit9bae6815a36073860f8c9334229e732adeb05a5a
treef28a90b826280bb6dc6751424b673b86ccf09799
parent848a21007b98d2f0efd8bbace46d9ed70173e53d
[3.13] gh-124160: Pass main_tstate to update_global_state_for_extension() (GH-124164) (#124250)

gh-124160: Pass main_tstate to update_global_state_for_extension() (GH-124164)
(cherry picked from commit 7331d0f70bc9fbac177b76b6ec03486430383425)

Co-authored-by: luk1337 <priv.luk@gmail.com>
Misc/NEWS.d/next/C_API/2024-09-18-18-40-30.gh-issue-124160.Zy-VKi.rst [new file with mode: 0644]
Programs/_testembed.c
Python/import.c