Work around error "__reduce_cython__ cannot be found" (GH-3549)
* Work around error that "__reduce_cython__ cannot be found" when re-importing an extension module that was already initialised before. * Exclude "reimport_failure" test in Py2 and PyPy since Py2 does not allow reimports and PyPy3 apparently does nothing for them. Closes #3545.
Showing
Please register or sign in to comment