-
-
Notifications
You must be signed in to change notification settings - Fork 32k
Regression in Python 3.14.0a7. #133352
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
Comments
Can you please link the test code? |
Added link to the issue description. |
Looking at the faulthandler output, it looks like there are two extensions active, so it's possible this isn't our fault. (There have been some recent reference counting changes; if someone was incorrectly relying on some implementation details, then crashing makes sense.) Would you mind isolating this down to something using the C API, or at least some Python code outside of a test suite? |
I uninstalled both packages (
Will try 🕵 |
cc @mpage |
Will take a look on monday |
You're right, thanks 👍 It still reports |
Hmm ... I'm not able to reproduce the assertion failure on main (or alpha 6). I see output that looks like:
Are you able to bisect the assertion failure? |
Maybe because I configure
Should be doable, give me 1-2 days. |
Hrm, I'm also compiling with |
Uh oh!
There was an error while loading. Please reload this page.
Crash report
What happened?
I noticed a regression in Python 3.14.0 alpha 7. One of tests from Django test suite crashes
test_runner.test_parallel.ParallelTestSuiteTest.test_handle_add_error_before_first_test
:It also crashes on the current
main
branch of cpython (reproduced at 1550c30 compiled withdebug
):I bisected this regression to the 053c285. Previously it passed with an assertion warning
CPython versions tested on:
3.14
Operating systems tested on:
Linux
Output from running 'python -VV' on the command line:
Python 3.14.0a7+ (heads/main:6a9bfee4fa1, Apr 25 2025, 10:31:59) [GCC 11.4.0]
The text was updated successfully, but these errors were encountered: