Skip to content

Commit

Permalink
Add details on changes to module loader tracking in module.
Browse files Browse the repository at this point in the history
  • Loading branch information
GrahamDumpleton committed Jan 11, 2023
1 parent 424762f commit b1683a3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,12 @@ Version 1.15.0
exception and deal with it, or propagate it as a different exception type if
it is important that an exception still be passed back.

* Address issue where the post import hook mechanism of wrapt wasn't transparent
and left the ``__loader__`` and ``__spec__.loader`` attributes of a module as
the wrapt import hook loader and not the original loader. That the original
loader wasn't preserved could interfere with code which needed access to the
original loader.

Version 1.14.1
--------------

Expand Down

0 comments on commit b1683a3

Please sign in to comment.