René's URL Explorer Experiment


Title: [subinterpreters] crash in _elementtree when parsing in parallel · Issue #92123 · python/cpython · GitHub

Open Graph Title: [subinterpreters] crash in _elementtree when parsing in parallel · Issue #92123 · python/cpython

X Title: [subinterpreters] crash in _elementtree when parsing in parallel · Issue #92123 · python/cpython

Description: Crash report I have Kodi crashing when certain add-ons are enabled. I traced the error to _elementtree and repurposed a script from #90228 to reproduce the bug. See bug.py.txt Error messages Details /opt/python-dbg/bin/python3 bug.py Fat...

Open Graph Description: Crash report I have Kodi crashing when certain add-ons are enabled. I traced the error to _elementtree and repurposed a script from #90228 to reproduce the bug. See bug.py.txt Error messages Detail...

X Description: Crash report I have Kodi crashing when certain add-ons are enabled. I traced the error to _elementtree and repurposed a script from #90228 to reproduce the bug. See bug.py.txt Error messages Detail...

Opengraph URL: https://github.com/python/cpython/issues/92123

X: @github

direct link

Domain: github.com


Hey, it has json ld scripts:
{"@context":"https://schema.org","@type":"DiscussionForumPosting","headline":"[subinterpreters] crash in _elementtree when parsing in parallel","articleBody":"\u003c!--\r\n  Use this template for hard crashes of the interpreter, segmentation faults, failed C-level assertions, and similar.\r\n  Do not submit this form if you encounter an exception being unexpectedly raised from a Python function.\r\n  Most of the time, these should be filed as bugs, rather than crashes.\r\n\r\n  The CPython interpreter is itself written in a different programming language, C.\r\n  For CPython, a \"crash\" is when Python itself fails, leading to a traceback in the C stack.\r\n--\u003e\r\n\r\n**Crash report**\r\n\r\nI have Kodi crashing when certain add-ons are enabled. I traced the error to  _elementtree and repurposed a script from https://github.com/python/cpython/issues/90228 to reproduce the bug. See [bug.py.txt](https://github.com/python/cpython/files/8599659/bug.py.txt)\r\n\r\n\r\n**Error messages**\r\n\r\n\u003cdetails\u003e\r\n\r\n```\r\n/opt/python-dbg/bin/python3 bug.py \r\nFatal Python error: Segmentation fault\r\n\r\nCurrent thread 0x00007fd85f7fe640 (most recent call first):\r\n  File \"/home/plv/tmp/bug.py\", line 18 in doIt\r\n  File \"/opt/python-dbg/lib/python3.10/threading.py\", line 946 in run\r\n  File \"/opt/python-dbg/lib/python3.10/threading.py\", line 1009 in _bootstrap_inner\r\n  File \"/opt/python-dbg/lib/python3.10/threading.py\", line 966 in _bootstrap\r\n\r\nThread 0x00007fd8654d2640 (most recent call first):\r\n  File \"/home/plv/tmp/bug.py\", line 18 in doIt\r\n  File \"/opt/python-dbg/lib/python3.10/threading.py\", line 946 in run\r\n  File \"/opt/python-dbg/lib/python3.10/threading.py\", line 1009 in _bootstrap_inner\r\n  File \"/opt/python-dbg/lib/python3.10/threading.py\", line 966 in _bootstrap\r\n\r\nThread 0x00007fd865f20740 (most recent call first):\r\n  File \"/opt/python-dbg/lib/python3.10/threading.py\", line 1109 in _wait_for_tstate_lock\r\n  File \"/opt/python-dbg/lib/python3.10/threading.py\", line 1089 in join\r\n  File \"/home/plv/tmp/bug.py\", line 25 in func\r\n  File \"/home/plv/tmp/bug.py\", line 27 in \u003cmodule\u003e\r\n\r\nExtension modules: _testcapi (total: 1)\r\nSegmentation fault (core dumped)\r\n\r\n```\r\n\r\n```\r\nReading symbols from /opt/python-dbg/bin/python3.10...\r\n[New LWP 3737917]\r\n[New LWP 3737913]\r\n[New LWP 3737914]\r\n[Thread debugging using libthread_db enabled]\r\nUsing host libthread_db library \"/usr/lib/libthread_db.so.1\".\r\nCore was generated by `/opt/python-dbg/bin/python3 bug.py'.\r\nProgram terminated with signal SIGSEGV, Segmentation fault.\r\n#0  0x00007fd865da234c in __pthread_kill_implementation () from /usr/lib/libc.so.6\r\n[Current thread is 1 (Thread 0x7fd85f7fe640 (LWP 3737917))]\r\n(gdb) bt\r\n#0  0x00007fd865da234c in __pthread_kill_implementation () from /usr/lib/libc.so.6\r\n#1  0x00007fd865d554b8 in raise () from /usr/lib/libc.so.6\r\n#2  \u003csignal handler called\u003e\r\n#3  0x00007fd8640c4c8a in expat_parse (self=0x7fd85efb45f0, data=0x7fd84c0c39e0 \"\u003cdata /\u003e\", data_len=8, final=0)\r\n    at /home/plv/Documents/projects/aur/python-dbg/src/Python-3.10.2/Modules/_elementtree.c:3835\r\n#4  0x00007fd8640c5690 in _elementtree_XMLParser__parse_whole (self=0x7fd85efb45f0, file=\u003coptimized out\u003e)\r\n    at /home/plv/Documents/projects/aur/python-dbg/src/Python-3.10.2/Modules/_elementtree.c:3994\r\n#5  0x00007fd8660bfbdf in method_vectorcall_O (func=func@entry=0x7fd85eef49b0, args=args@entry=0x7fd8642061e0, nargsf=\u003coptimized out\u003e, kwnames=0x0) at Objects/descrobject.c:460\r\n#6  0x00007fd8660b544b in _PyObject_VectorcallTstate (kwnames=\u003coptimized out\u003e, nargsf=\u003coptimized out\u003e, args=\u003coptimized out\u003e, callable=\u003coptimized out\u003e, tstate=\u003coptimized out\u003e)\r\n    at ./Include/cpython/abstract.h:114\r\n#7  PyObject_Vectorcall (kwnames=\u003coptimized out\u003e, nargsf=\u003coptimized out\u003e, args=\u003coptimized out\u003e, callable=\u003coptimized out\u003e) at ./Include/cpython/abstract.h:123\r\n#8  call_function (tstate=0x7fd84c01cc00, trace_info=\u003coptimized out\u003e, pp_stack=0x7fd85f7fc940, oparg=\u003coptimized out\u003e, kwnames=\u003coptimized out\u003e) at Python/ceval.c:5867\r\n#9  0x00007fd8660ab172 in _PyEval_EvalFrameDefault (tstate=\u003coptimized out\u003e, f=0x7fd864206050, throwflag=\u003coptimized out\u003e) at Python/ceval.c:4198\r\n#10 0x00007fd8660a980b in _PyEval_EvalFrame (throwflag=0, f=0x7fd864206050, tstate=0x7fd84c01cc00) at ./Include/internal/pycore_ceval.h:46\r\n#11 _PyEval_Vector (tstate=\u003coptimized out\u003e, con=\u003coptimized out\u003e, locals=\u003coptimized out\u003e, args=\u003coptimized out\u003e, argcount=3, kwnames=\u003coptimized out\u003e) at Python/ceval.c:5065\r\n#12 0x00007fd8660b544b in _PyObject_VectorcallTstate (kwnames=\u003coptimized out\u003e, nargsf=\u003coptimized out\u003e, args=\u003coptimized out\u003e, callable=\u003coptimized out\u003e, tstate=\u003coptimized out\u003e)\r\n    at ./Include/cpython/abstract.h:114\r\n#13 PyObject_Vectorcall (kwnames=\u003coptimized out\u003e, nargsf=\u003coptimized out\u003e, args=\u003coptimized out\u003e, callable=\u003coptimized out\u003e) at ./Include/cpython/abstract.h:123\r\n#14 call_function (tstate=0x7fd84c01cc00, trace_info=\u003coptimized out\u003e, pp_stack=0x7fd85f7fcc10, oparg=\u003coptimized out\u003e, kwnames=\u003coptimized out\u003e) at Python/ceval.c:5867\r\n#15 0x00007fd8660ab172 in _PyEval_EvalFrameDefault (tstate=\u003coptimized out\u003e, f=0x7fd864124240, throwflag=\u003coptimized out\u003e) at Python/ceval.c:4198\r\n#16 0x00007fd8660a980b in _PyEval_EvalFrame (throwflag=0, f=0x7fd864124240, tstate=0x7fd84c01cc00) at ./Include/internal/pycore_ceval.h:46\r\n#17 _PyEval_Vector (tstate=\u003coptimized out\u003e, con=\u003coptimized out\u003e, locals=\u003coptimized out\u003e, args=\u003coptimized out\u003e, argcount=1, kwnames=\u003coptimized out\u003e) at Python/ceval.c:5065\r\n#18 0x00007fd8660b544b in _PyObject_VectorcallTstate (kwnames=\u003coptimized out\u003e, nargsf=\u003coptimized out\u003e, args=\u003coptimized out\u003e, callable=\u003coptimized out\u003e, tstate=\u003coptimized out\u003e)\r\n    at ./Include/cpython/abstract.h:114\r\n#19 PyObject_Vectorcall (kwnames=\u003coptimized out\u003e, nargsf=\u003coptimized out\u003e, args=\u003coptimized out\u003e, callable=\u003coptimized out\u003e) at ./Include/cpython/abstract.h:123\r\n#20 call_function (tstate=0x7fd84c01cc00, trace_info=\u003coptimized out\u003e, pp_stack=0x7fd85f7fcee0, oparg=\u003coptimized out\u003e, kwnames=\u003coptimized out\u003e) at Python/ceval.c:5867\r\n#21 0x00007fd8660b12a6 in _PyEval_EvalFrameDefault (tstate=\u003coptimized out\u003e, f=0x7fd864356af0, throwflag=\u003coptimized out\u003e) at Python/ceval.c:4181\r\n#22 0x00007fd8660a980b in _PyEval_EvalFrame (throwflag=0, f=0x7fd864356af0, tstate=0x7fd84c01cc00) at ./Include/internal/pycore_ceval.h:46\r\n#23 _PyEval_Vector (tstate=\u003coptimized out\u003e, con=\u003coptimized out\u003e, locals=\u003coptimized out\u003e, args=\u003coptimized out\u003e, argcount=0, kwnames=\u003coptimized out\u003e) at Python/ceval.c:5065\r\n#24 0x00007fd8661269b4 in PyEval_EvalCode (co=0x7fd864240520, globals=0x7fd86422f7d0, locals=\u003coptimized out\u003e) at Python/ceval.c:1134\r\n#25 0x00007fd866140884 in run_eval_code_obj (tstate=0x7fd84c01cc00, co=0x7fd864240520, globals=0x7fd86422f7d0, locals=0x7fd86422f7d0) at Python/pythonrun.c:1291\r\n#26 0x00007fd8661382d6 in run_mod (mod=\u003coptimized out\u003e, filename=\u003coptimized out\u003e, globals=0x7fd86422f7d0, locals=0x7fd86422f7d0, flags=\u003coptimized out\u003e, arena=\u003coptimized out\u003e)\r\n    at Python/pythonrun.c:1312\r\n#27 0x00007fd86612c561 in PyRun_StringFlags (str=\u003coptimized out\u003e, start=257, globals=0x7fd86422f7d0, locals=0x7fd86422f7d0, flags=0x7fd85f7fd220) at Python/pythonrun.c:1183\r\n#28 0x00007fd86612c480 in PyRun_SimpleStringFlags (command=0x7fd8656802b0 \"\\nimport xml.etree.ElementTree as ETree\\nETree.parse(\\\"data.xml\\\")\\n\", flags=flags@entry=0x7fd85f7fd220)\r\n    at Python/pythonrun.c:503\r\n#29 0x00007fd8655e0120 in run_in_subinterp (self=\u003coptimized out\u003e, args=\u003coptimized out\u003e) at /home/plv/Documents/projects/aur/python-dbg/src/Python-3.10.2/Modules/_testcapimodule.c:3639\r\n#30 0x00007fd8660b9438 in cfunction_call (func=0x7fd8656e9c10, args=\u003coptimized out\u003e, kwargs=\u003coptimized out\u003e) at Objects/methodobject.c:552\r\n#31 0x00007fd8660b6468 in _PyObject_MakeTpCall (tstate=0x556284058d10, callable=0x7fd8656e9c10, args=\u003coptimized out\u003e, nargs=\u003coptimized out\u003e, keywords=\u003coptimized out\u003e) at Objects/call.c:215\r\n#32 0x00007fd8660b55d9 in _PyObject_VectorcallTstate (kwnames=\u003coptimized out\u003e, nargsf=\u003coptimized out\u003e, args=\u003coptimized out\u003e, callable=\u003coptimized out\u003e, tstate=\u003coptimized out\u003e)\r\n    at ./Include/cpython/abstract.h:112\r\n#33 PyObject_Vectorcall (kwnames=\u003coptimized out\u003e, nargsf=\u003coptimized out\u003e, args=\u003coptimized out\u003e, callable=\u003coptimized out\u003e) at ./Include/cpython/abstract.h:123\r\n#34 call_function (tstate=0x556284058d10, trace_info=\u003coptimized out\u003e, pp_stack=0x7fd85f7fd3c0, oparg=\u003coptimized out\u003e, kwnames=\u003coptimized out\u003e) at Python/ceval.c:5867\r\n#35 0x00007fd8660b12a6 in _PyEval_EvalFrameDefault (tstate=\u003coptimized out\u003e, f=0x7fd865563b60, throwflag=\u003coptimized out\u003e) at Python/ceval.c:4181\r\n#36 0x00007fd8660a980b in _PyEval_EvalFrame (throwflag=0, f=0x7fd865563b60, tstate=0x556284058d10) at ./Include/internal/pycore_ceval.h:46\r\n#37 _PyEval_Vector (tstate=\u003coptimized out\u003e, con=\u003coptimized out\u003e, locals=\u003coptimized out\u003e, args=\u003coptimized out\u003e, argcount=0, kwnames=\u003coptimized out\u003e) at Python/ceval.c:5065\r\n#38 0x00007fd8660ae50a in PyObject_Call (kwargs=0x7fd864c33650, args=0x7fd865700250, callable=0x7fd8657d4940) at Objects/call.c:317\r\n--Type \u003cRET\u003e for more, q to quit, c to continue without paging--c\r\n#39 do_call_core (kwdict=0x7fd864c33650, callargs=0x7fd865700250, func=0x7fd8657d4940, trace_info=0x7fd85f7fd660, tstate=\u003coptimized out\u003e) at Python/ceval.c:5919\r\n#40 _PyEval_EvalFrameDefault (tstate=\u003coptimized out\u003e, f=0x7fd86552abd0, throwflag=\u003coptimized out\u003e) at Python/ceval.c:4277\r\n#41 0x00007fd8660a980b in _PyEval_EvalFrame (throwflag=0, f=0x7fd86552abd0, tstate=0x556284058d10) at ./Include/internal/pycore_ceval.h:46\r\n#42 _PyEval_Vector (tstate=\u003coptimized out\u003e, con=\u003coptimized out\u003e, locals=\u003coptimized out\u003e, args=\u003coptimized out\u003e, argcount=1, kwnames=\u003coptimized out\u003e) at Python/ceval.c:5065\r\n#43 0x00007fd8660b544b in _PyObject_VectorcallTstate (kwnames=\u003coptimized out\u003e, nargsf=\u003coptimized out\u003e, args=\u003coptimized out\u003e, callable=\u003coptimized out\u003e, tstate=\u003coptimized out\u003e) at ./Include/cpython/abstract.h:114\r\n#44 PyObject_Vectorcall (kwnames=\u003coptimized out\u003e, nargsf=\u003coptimized out\u003e, args=\u003coptimized out\u003e, callable=\u003coptimized out\u003e) at ./Include/cpython/abstract.h:123\r\n#45 call_function (tstate=0x556284058d10, trace_info=\u003coptimized out\u003e, pp_stack=0x7fd85f7fd900, oparg=\u003coptimized out\u003e, kwnames=\u003coptimized out\u003e) at Python/ceval.c:5867\r\n#46 0x00007fd8660ab172 in _PyEval_EvalFrameDefault (tstate=\u003coptimized out\u003e, f=0x7fd84c000ba0, throwflag=\u003coptimized out\u003e) at Python/ceval.c:4198\r\n#47 0x00007fd8660a980b in _PyEval_EvalFrame (throwflag=0, f=0x7fd84c000ba0, tstate=0x556284058d10) at ./Include/internal/pycore_ceval.h:46\r\n#48 _PyEval_Vector (tstate=\u003coptimized out\u003e, con=\u003coptimized out\u003e, locals=\u003coptimized out\u003e, args=\u003coptimized out\u003e, argcount=1, kwnames=\u003coptimized out\u003e) at Python/ceval.c:5065\r\n#49 0x00007fd8660b544b in _PyObject_VectorcallTstate (kwnames=\u003coptimized out\u003e, nargsf=\u003coptimized out\u003e, args=\u003coptimized out\u003e, callable=\u003coptimized out\u003e, tstate=\u003coptimized out\u003e) at ./Include/cpython/abstract.h:114\r\n#50 PyObject_Vectorcall (kwnames=\u003coptimized out\u003e, nargsf=\u003coptimized out\u003e, args=\u003coptimized out\u003e, callable=\u003coptimized out\u003e) at ./Include/cpython/abstract.h:123\r\n#51 call_function (tstate=0x556284058d10, trace_info=\u003coptimized out\u003e, pp_stack=0x7fd85f7fdbd0, oparg=\u003coptimized out\u003e, kwnames=\u003coptimized out\u003e) at Python/ceval.c:5867\r\n#52 0x00007fd8660ab172 in _PyEval_EvalFrameDefault (tstate=\u003coptimized out\u003e, f=0x7fd86552aa00, throwflag=\u003coptimized out\u003e) at Python/ceval.c:4198\r\n#53 0x00007fd8660a980b in _PyEval_EvalFrame (throwflag=0, f=0x7fd86552aa00, tstate=0x556284058d10) at ./Include/internal/pycore_ceval.h:46\r\n#54 _PyEval_Vector (tstate=\u003coptimized out\u003e, con=\u003coptimized out\u003e, locals=\u003coptimized out\u003e, args=\u003coptimized out\u003e, argcount=1, kwnames=\u003coptimized out\u003e) at Python/ceval.c:5065\r\n#55 0x00007fd8660c0e2c in _PyObject_VectorcallTstate (kwnames=0x0, nargsf=1, args=0x7fd85f7fddb8, callable=0x7fd86555f540, tstate=0x556284058d10) at ./Include/cpython/abstract.h:114\r\n#56 method_vectorcall (method=\u003coptimized out\u003e, args=\u003coptimized out\u003e, nargsf=\u003coptimized out\u003e, kwnames=\u003coptimized out\u003e) at Objects/classobject.c:61\r\n#57 0x00007fd86618ac9a in thread_run (boot_raw=0x7fd864bf5ee0) at ./Modules/_threadmodule.c:1090\r\n#58 0x00007fd866165f18 in pythread_wrapper (arg=\u003coptimized out\u003e) at Python/thread_pthread.h:248\r\n#59 0x00007fd865da05c2 in start_thread () from /usr/lib/libc.so.6\r\n#60 0x00007fd865e25584 in clone () from /usr/lib/libc.so.6\r\n```\r\n\r\n\u003c/details\u003e\r\n\r\n**Your environment**\r\n\r\n\u003c!-- Include as many relevant details as possible about the environment you experienced the bug in --\u003e\r\n\r\n- CPython versions tested on: `python --with-pydebug 3.10.2`\r\n- Operating system and architecture: `Linux 5.17.1-zen1-1-zen #1 ZEN SMP PREEMPT Mon, 28 Mar 2022 21:56:46 +0000 x86_64 GNU/Linux`\r\n\r\n\u003c!--\r\nYou can freely edit this text. Remove any lines you believe are unnecessary.\r\n--\u003e\r\n\r\n\r\n\u003c!-- gh-linked-prs --\u003e\r\n### Linked PRs\r\n* gh-99221\r\n* gh-101187\r\n* gh-101189\r\n* gh-101190\r\n* gh-101285\n\u003c!-- /gh-linked-prs --\u003e\r\n","author":{"url":"https://github.com/po1vo","@type":"Person","name":"po1vo"},"datePublished":"2022-05-01T20:14:17.000Z","interactionStatistic":{"@type":"InteractionCounter","interactionType":"https://schema.org/CommentAction","userInteractionCount":11},"url":"https://github.com/92123/cpython/issues/92123"}

route-pattern/_view_fragments/issues/show/:user_id/:repository/:id/issue_layout(.:format)
route-controllervoltron_issues_fragments
route-actionissue_layout
fetch-noncev2:9e4beb59-4451-5a6d-a55d-4ad70240853b
current-catalog-service-hash81bb79d38c15960b92d99bca9288a9108c7a47b18f2423d0f6438c5b7bcd2114
request-id814A:1478A3:E3748E:13F17EB:696A260E
html-safe-noncec5146e2c72c565630657fe60be42048ce4280d442eb8a2d0217015bc21801c36
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiI4MTRBOjE0NzhBMzpFMzc0OEU6MTNGMTdFQjo2OTZBMjYwRSIsInZpc2l0b3JfaWQiOiI1NDMzNjgzODgwOTQzNjkxMjc4IiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmac04f5462b0a6cca57e6102e294e544cdc3e55298f7f9614b75bf15393e1e47979
hovercard-subject-tagissue:1222274754
github-keyboard-shortcutsrepository,issues,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///voltron/issues_fragments/issue_layout
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/_view_fragments/issues/show/python/cpython/92123/issue_layout
twitter:imagehttps://opengraph.githubassets.com/67f7dcd70666d196fd026026db944d3d564f3597790131bebc0863eedc078613/python/cpython/issues/92123
twitter:cardsummary_large_image
og:imagehttps://opengraph.githubassets.com/67f7dcd70666d196fd026026db944d3d564f3597790131bebc0863eedc078613/python/cpython/issues/92123
og:image:altCrash report I have Kodi crashing when certain add-ons are enabled. I traced the error to _elementtree and repurposed a script from #90228 to reproduce the bug. See bug.py.txt Error messages Detail...
og:image:width1200
og:image:height600
og:site_nameGitHub
og:typeobject
og:author:usernamepo1vo
hostnamegithub.com
expected-hostnamegithub.com
Nonea1022f03e4f0d91ea173e4e5dac892c982e0588c62f1ce56121d755a320a3569
turbo-cache-controlno-preview
go-importgithub.com/python/cpython git https://github.com/python/cpython.git
octolytics-dimension-user_id1525981
octolytics-dimension-user_loginpython
octolytics-dimension-repository_id81598961
octolytics-dimension-repository_nwopython/cpython
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id81598961
octolytics-dimension-repository_network_root_nwopython/cpython
turbo-body-classeslogged-out env-production page-responsive
disable-turbofalse
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasef472b8e6c7b3fdd5d0354972a3f4c516289bf0be
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/python/cpython/issues/92123#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F92123
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2Fpython%2Fcpython%2Fissues%2F92123
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fvoltron%2Fissues_fragments%2Fissue_layout&source=header-repo&source_repo=python%2Fcpython
Reloadhttps://github.com/python/cpython/issues/92123
Reloadhttps://github.com/python/cpython/issues/92123
Reloadhttps://github.com/python/cpython/issues/92123
python https://github.com/python
cpythonhttps://github.com/python/cpython
Please reload this pagehttps://github.com/python/cpython/issues/92123
Notifications https://github.com/login?return_to=%2Fpython%2Fcpython
Fork 33.9k https://github.com/login?return_to=%2Fpython%2Fcpython
Star 71.1k https://github.com/login?return_to=%2Fpython%2Fcpython
Code https://github.com/python/cpython
Issues 5k+ https://github.com/python/cpython/issues
Pull requests 2.1k https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects 31 https://github.com/python/cpython/projects
Security Uh oh! There was an error while loading. Please reload this page. https://github.com/python/cpython/security
Please reload this pagehttps://github.com/python/cpython/issues/92123
Insights https://github.com/python/cpython/pulse
Code https://github.com/python/cpython
Issues https://github.com/python/cpython/issues
Pull requests https://github.com/python/cpython/pulls
Actions https://github.com/python/cpython/actions
Projects https://github.com/python/cpython/projects
Security https://github.com/python/cpython/security
Insights https://github.com/python/cpython/pulse
New issuehttps://github.com/login?return_to=https://github.com/python/cpython/issues/92123
New issuehttps://github.com/login?return_to=https://github.com/python/cpython/issues/92123
[subinterpreters] crash in _elementtree when parsing in parallelhttps://github.com/python/cpython/issues/92123#top
topic-subinterpretershttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22topic-subinterpreters%22
type-crashA hard crash of the interpreter, possibly with a core dumphttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22type-crash%22
https://github.com/po1vo
https://github.com/po1vo
po1vohttps://github.com/po1vo
on May 1, 2022https://github.com/python/cpython/issues/92123#issue-1222274754
#90228https://github.com/python/cpython/issues/90228
bug.py.txthttps://github.com/python/cpython/files/8599659/bug.py.txt
gh-92123: Convert _elementtree types to heap types #99221https://github.com/python/cpython/pull/99221
GH-92123: Move _elementtree heap types to module state #101187https://github.com/python/cpython/pull/101187
GH-92123: Pass _elementtree state as parameter #101189https://github.com/python/cpython/pull/101189
GH-92123: Store _elementtree state in type contexts #101190https://github.com/python/cpython/pull/101190
gh-92123: Adapt _elementtree to multi-phase init (PEP 489) #101285https://github.com/python/cpython/pull/101285
topic-subinterpretershttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22topic-subinterpreters%22
type-crashA hard crash of the interpreter, possibly with a core dumphttps://github.com/python/cpython/issues?q=state%3Aopen%20label%3A%22type-crash%22
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.