mirror of
https://github.com/python/cpython.git
synced 2026-07-23 18:36:26 -04:00
8deaa9393e
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).