SIGN IN SIGN UP

bpo-39542: Exclude trashcan from the limited C API (GH-18362)

Exclude trashcan mechanism from the limited C API: it requires access to
PyTypeObject and PyThreadState structure fields, whereas these structures
are opaque in the limited C API.

The trashcan mechanism never worked with the limited C API. Move it
from object.h to cpython/object.h.
V
Victor Stinner committed
0fa4f43db086ac3459811cca4ec5201ffbee694a
Parent: f16433a
Committed by GitHub <noreply@github.com> on 2/5/2020, 11:23:27 AM