summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorluk1337 <priv.luk@gmail.com>2024-09-19 16:05:20 (GMT)
committerGitHub <noreply@github.com>2024-09-19 16:05:20 (GMT)
commit7331d0f70bc9fbac177b76b6ec03486430383425 (patch)
tree3d2a3a6f00a059e154d7defe40a2ddd17d5aba7c /Misc
parent8f82d9aa2191db7826bb7a453fe06ce65f966cf8 (diff)
downloadcpython-7331d0f70bc9fbac177b76b6ec03486430383425.zip
cpython-7331d0f70bc9fbac177b76b6ec03486430383425.tar.gz
cpython-7331d0f70bc9fbac177b76b6ec03486430383425.tar.bz2
gh-124160: Pass main_tstate to update_global_state_for_extension() (#124164)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/C_API/2024-09-18-18-40-30.gh-issue-124160.Zy-VKi.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/C_API/2024-09-18-18-40-30.gh-issue-124160.Zy-VKi.rst b/Misc/NEWS.d/next/C_API/2024-09-18-18-40-30.gh-issue-124160.Zy-VKi.rst
new file mode 100644
index 0000000..26e7aef
--- /dev/null
+++ b/Misc/NEWS.d/next/C_API/2024-09-18-18-40-30.gh-issue-124160.Zy-VKi.rst
@@ -0,0 +1,2 @@
+Fix crash when importing modules containing state and single-phase
+initialization in a subinterpreter.