mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -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).