-
-
Notifications
You must be signed in to change notification settings - Fork 31.7k
test_basic_multiple_interpreters_reset_each: _PyRefchain_Remove: Assertion `value == REFCHAIN_VALUE' failed #121110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Labels
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
topic-subinterpreters
type-crash
A hard crash of the interpreter, possibly with a core dump
Comments
Bisected to b2cd54a |
FYI, I plan on taking care of this, but probably won't be available to do so until the end of the week at the soonest. In the meantime I'm disabling the test. |
ericsnowcurrently
added a commit
that referenced
this issue
Jul 1, 2024
…ch (gh-121236) This will allow Py_TRACE_REFS builds to pass the test suite, until the underlying issue can be resolved.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 1, 2024
…set_each (pythongh-121236) This will allow Py_TRACE_REFS builds to pass the test suite, until the underlying issue can be resolved. (cherry picked from commit 9bcb7d8) Co-authored-by: Eric Snow <[email protected]>
ericsnowcurrently
added a commit
that referenced
this issue
Jul 1, 2024
…eset_each (gh-121238) This will allow Py_TRACE_REFS builds to pass the test suite, until the underlying issue can be resolved. (cherry picked from commit 9bcb7d8, AKA gh-121236) Co-authored-by: Eric Snow <[email protected]>
Akasurde
pushed a commit
to Akasurde/cpython
that referenced
this issue
Jul 3, 2024
…set_each (pythongh-121236) This will allow Py_TRACE_REFS builds to pass the test suite, until the underlying issue can be resolved.
miss-islington
pushed a commit
to miss-islington/cpython
that referenced
this issue
Jul 8, 2024
pythongh-121503) The change in pythongh-118157 (b2cd54a) should have also updated clear_singlephase_extension() but didn't. We fix that here. Note that clear_singlephase_extension() (AKA _PyImport_ClearExtension()) is only used in tests. (cherry picked from commit 15d48ae) Co-authored-by: Eric Snow <[email protected]>
ericsnowcurrently
added a commit
that referenced
this issue
Jul 8, 2024
…ds (gh-121517) The change in gh-118157 (b2cd54a) should have also updated clear_singlephase_extension() but didn't. We fix that here. Note that clear_singlephase_extension() (AKA _PyImport_ClearExtension()) is only used in tests. (cherry picked from commit 15d48ae, AKA gh-121503) Co-authored-by: Eric Snow <[email protected]>
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
…set_each (pythongh-121236) This will allow Py_TRACE_REFS builds to pass the test suite, until the underlying issue can be resolved.
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
pythongh-121503) The change in pythongh-118157 (b2cd54a) should have also updated clear_singlephase_extension() but didn't. We fix that here. Note that clear_singlephase_extension() (AKA _PyImport_ClearExtension()) is only used in tests.
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
…set_each (pythongh-121236) This will allow Py_TRACE_REFS builds to pass the test suite, until the underlying issue can be resolved.
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
pythongh-121503) The change in pythongh-118157 (b2cd54a) should have also updated clear_singlephase_extension() but didn't. We fix that here. Note that clear_singlephase_extension() (AKA _PyImport_ClearExtension()) is only used in tests.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
topic-subinterpreters
type-crash
A hard crash of the interpreter, possibly with a core dump
Crash report
What happened?
Configuration
Test:
./python -m test -v -m test_basic_multiple_interpreters_reset_each test_import
Output:
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Output from running 'python -VV' on the command line:
Python 3.14.0a0 (heads/main:1a2e7a7475, Jun 28 2024, 02:37:08) [GCC 14.1.1 20240522]
Linked PRs
The text was updated successfully, but these errors were encountered: