mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
In the linecache module and in the Python implementation of the warnings module, a DeprecationWarning is issued when m.__loader__ differs from m.__spec__.loader (like in the C implementation of the warnings module).