-
-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
gh-115999: Move specializer test from test_dis to test_opcache #126498
Conversation
Motivation: #126450 (comment) |
self.assertFalse(3 in b) | ||
|
||
f() | ||
self.assert_specialized(f, "CONTAINS_OP_DICT") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In the future, if the opcodes become more complex, we may need to count how many specific opcodes have occurred.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
We have a lot of tests in test_dis
that need to be moved elsewhere. Every test moved helps.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
--disable-gil
builds #115999