Disable Cython copy of trashcan implementation in Py3.8+ (GH-4475)
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.
Showing
Please register or sign in to comment