mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
This removes the unused negative_dictoffset function:
the type this function would create is available as
_testcapi.HeapCTypeWithNegativeDict
4 lines
121 B
C
4 lines
121 B
C
#include "Python.h"
|
|
|
|
int _PyTestCapi_Init_Vectorcall(PyObject *module);
|
|
int _PyTestCapi_Init_Heaptype(PyObject *module);
|