]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-105979: Fix exception handling in `unmarshal_frozen_code` (`Python/import.c`)...
authorchgnrdv <52372310+chgnrdv@users.noreply.github.com>
Thu, 22 Jun 2023 21:30:19 +0000 (00:30 +0300)
committerGitHub <noreply@github.com>
Thu, 22 Jun 2023 21:30:19 +0000 (21:30 +0000)
commitcd5280367a3a7065d13b8f7234474f7a2e9a18fd
tree9aa9d1b2c5be502de29948e6ee63fd4e4009b672
parent46a3190fcf8580f322047395408cd60feba67041
gh-105979: Fix exception handling in `unmarshal_frozen_code` (`Python/import.c`) (#105980)
Lib/test/test_import/__init__.py
Misc/NEWS.d/next/Core and Builtins/2023-06-22-19-16-24.gh-issue-105979.TDP2CU.rst [new file with mode: 0644]
Python/import.c