-
-
Notifications
You must be signed in to change notification settings - Fork 30.7k
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-93649: Split heaptype tests from _testcapimodule.c #95386
Conversation
The type this function would create is available as _testcapi.HeapCTypeWithNegativeDict
|
That failure looks unrelated. |
The buildbot's next job passed: https://buildbot.python.org/all/#/builders/540/builds/3380 |
@encukou, it seems that this PR introduced two unused vars: cpython/Modules/_testcapi/heaptype.c Lines 279 to 280 in 7da4937
I'm seeing warnings about it in https://github.com/python/cpython/pull/95874/files: |
Thanks for the catch! The warnings will be fixed in #95992 |
I'll need to add a test related to heap types, so I'm splitting these out before that to make the test module more manageable.