]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121604: Make sure all deprecated items in importlib raise DeprecationWarning ...
authorTomas R. <tomas.roun8@gmail.com>
Wed, 15 Jan 2025 00:48:46 +0000 (01:48 +0100)
committerGitHub <noreply@github.com>
Wed, 15 Jan 2025 00:48:46 +0000 (16:48 -0800)
commitbd3baa8b1a7755f17b2fc98c7fb7b872fec43af3
treee2e2695416dc415577405e786d7e3cc3ebe82370
parentb52de22ac345ad8583bcc57f963e26b35c2ee527
gh-121604: Make sure all deprecated items in importlib raise DeprecationWarning (#128007)

Co-authored-by: rashansmith <smith.rashan@gmail.com>
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
Co-authored-by: Brett Cannon <brett@python.org>
Lib/importlib/_bootstrap_external.py
Lib/importlib/abc.py
Lib/importlib/machinery.py
Lib/inspect.py
Lib/test/test_importlib/test_abc.py
Lib/test/test_importlib/test_api.py
Lib/test/test_importlib/test_windows.py
Misc/NEWS.d/next/Library/2024-12-16-22-20-38.gh-issue-121604.m3Xn4G.rst [new file with mode: 0644]