SIGN IN SIGN UP

bpo-40170: Remove PyHeapType_GET_MEMBERS() macro (GH-30942)

Remove the PyHeapType_GET_MEMBERS() macro. It was exposed in the
public C API by mistake, it must only be used by Python internally.
Use the PyTypeObject.tp_members member instead.

Rename PyHeapType_GET_MEMBERS() to _PyHeapType_GET_MEMBERS() and move
it to the internal C API.
V
Victor Stinner committed
18ea973c21ee4a6adc26be41027881043fa498eb
Parent: 0575551
Committed by GitHub <noreply@github.com> on 1/27/2022, 11:39:52 PM