Provide a fallback implementation for PyContextVar_Get() that always returns...
Provide a fallback implementation for PyContextVar_Get() that always returns the default value on Py<3.7. This is currently needed to make the inline functions compile, because it seems that we are not properly excluding unused ones.
Showing
Please register or sign in to comment