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:
Petr Viktorin 2022-08-01 15:04:14 +02:00 committed by GitHub
parent bc7c7cd18a
commit 664e96a98f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 993 additions and 970 deletions

View file

@ -1,3 +1,4 @@
#include "Python.h"
int _PyTestCapi_Init_Vectorcall(PyObject *module);
int _PyTestCapi_Init_Heaptype(PyObject *module);