-
-
Notifications
You must be signed in to change notification settings - Fork 31.2k
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
test_frame
fails when running with -R 3:3
argument
#116098
Comments
Bisected to 0a61e23 |
Okay it took me a while, but I don't believe this is a "bug" the commit brings - more like a very deligate(fragile) test is broken because it depends on some undocumented(undefined) behavior. I believe @brandtbucher is the author for the test. If I understand it correctly, the test requires a gc triggers in So we need to confirm a couple of things before fixing this:
|
If we need further discussion for this and can't come up with a fix today, I'll revert this commit by the end of today and wait for the final decision. |
Thank you for the revert. |
I understand - it's important to keep the test clean otherwise the test lost its meaning. I'll work on the fix and hopefully we can come up with something and check it back in. |
….settrace` (pythonGH-114986)" (pythonGH-116178) Revert "pythongh-107674: Improve performance of `sys.settrace` (pythonGH-114986)" This reverts commit 0a61e23.
….settrace` (pythonGH-114986)" (pythonGH-116178) Revert "pythongh-107674: Improve performance of `sys.settrace` (pythonGH-114986)" This reverts commit 0a61e23.
….settrace` (pythonGH-114986)" (pythonGH-116178) Revert "pythongh-107674: Improve performance of `sys.settrace` (pythonGH-114986)" This reverts commit 0a61e23.
@gaogaotiantian can it be closed now? |
Yes. The root cause was that the test is not valid anymore and we removed the test. |
Bug report
Bug description:
CPython versions tested on:
CPython main branch
Operating systems tested on:
macOS
Linked PRs
sys.settrace
(GH-114986)" #116178The text was updated successfully, but these errors were encountered: