• da-woods's avatar
    Disable Cython copy of trashcan implementation in Py3.8+ (GH-4475) · e337825c
    da-woods authored
    If I understand correctly, the Cython-specific reimplementation
    of trashcan isn't needed of Python 3.8+ (because the patch it
    was based on was merged into Python). Therefore on these versions
    it can be disabled and the Python macros used instead.
    
    This is specifically needed for Python 3.11 since it removes or
    hides functions that are used in the Cython reimplementation.
    However, I've gone back further.
    e337825c
ExtensionTypes.c 20.6 KB