GrahamDumpleton / wrapt

A Python module for decorators, wrappers and monkey patching.
BSD 2-Clause "Simplified" License
2.03k stars 231 forks source link

Restore original loader after import #222

Closed eltoder closed 1 year ago

eltoder commented 1 year ago

Closes #221

GrahamDumpleton commented 1 year ago

I made some tweaks to better preserve behaviour with Python 2.7, but this has indirectly now been merged into develop branch if want to check it out.