]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-122188: Remove _imp.pyc_magic_number (GH-122503)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 2 Aug 2024 10:12:19 +0000 (13:12 +0300)
committerGitHub <noreply@github.com>
Fri, 2 Aug 2024 10:12:19 +0000 (13:12 +0300)
commit03b88522f5e847773845b0fac90fd06d04937a65
tree883e9f2f038157028d1a96d05d29f41f14dbd6b3
parentd57f8a9f76e75384ec997686c2a826b1dc3c69c4
gh-122188: Remove _imp.pyc_magic_number (GH-122503)

_imp.pyc_magic_number_token should be enough.
Lib/importlib/_bootstrap_external.py
Lib/test/test_import/__init__.py
Python/import.c