mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
gh-93649: Split heaptype tests from _testcapimodule.c (GH-95386)
This removes the unused negative_dictoffset function: the type this function would create is available as _testcapi.HeapCTypeWithNegativeDict
This commit is contained in:
parent
bc7c7cd18a
commit
664e96a98f
6 changed files with 993 additions and 970 deletions
|
@ -1,3 +1,4 @@
|
|||
#include "Python.h"
|
||||
|
||||
int _PyTestCapi_Init_Vectorcall(PyObject *module);
|
||||
int _PyTestCapi_Init_Heaptype(PyObject *module);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue