Uh oh!
There was an error while loading. Please reload this page.
gh-93649: Split heaptype tests from _testcapimodule.c - #95386
Conversation
The type this function would create is available as _testcapi.HeapCTypeWithNegativeDict
bedevere-bot
commented
Jul 29, 2022
bedevere-bot
commented
Aug 1, 2022
|
encukou
commented
Aug 1, 2022
That failure looks unrelated. |
encukou
commented
Aug 1, 2022
The buildbot's next job passed: https://buildbot.python.org/all/#/builders/540/builds/3380 |
ezio-melotti
commented
Aug 12, 2022
@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: |
encukou
commented
Aug 17, 2022
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.