diff options
author | Victor Stinner <vstinner@python.org> | 2020-02-05 11:23:27 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-05 11:23:27 (GMT) |
commit | 0fa4f43db086ac3459811cca4ec5201ffbee694a (patch) | |
tree | bfa4e1954c4fae0075db0c28224ad57d9b457e27 /Include/exports.h | |
parent | f16433a73138f279642e581074135694ddcfe965 (diff) | |
download | cpython-0fa4f43db086ac3459811cca4ec5201ffbee694a.zip cpython-0fa4f43db086ac3459811cca4ec5201ffbee694a.tar.gz cpython-0fa4f43db086ac3459811cca4ec5201ffbee694a.tar.bz2 |
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.
Diffstat (limited to 'Include/exports.h')
0 files changed, 0 insertions, 0 deletions