mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
5821bc5145
_PyImport_FixupExtension() on the exceptions module. Now
reload(exceptions) acts just like reload(sys) instead of raising
an ImportError.
This closes SF bug #422004.