]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-105979: Fix exception handling in `unmarshal_frozen_code` (`Python/import...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 26 Jun 2023 08:31:01 +0000 (01:31 -0700)
committerGitHub <noreply@github.com>
Mon, 26 Jun 2023 08:31:01 +0000 (14:01 +0530)
commitb786fe8a0913e4ecfc5f04749a36a85a8aa6fc1c
tree8d6d286384e1f87cd00a69c7a2d41c87a9dfb1a0
parente9366df3ecb360882020131def3f5c400ae54ba8
[3.12] gh-105979: Fix exception handling in `unmarshal_frozen_code` (`Python/import.c`) (GH-105980) (#106055)

gh-105979: Fix exception handling in `unmarshal_frozen_code` (`Python/import.c`) (GH-105980)
(cherry picked from commit cd5280367a3a7065d13b8f7234474f7a2e9a18fd)

Co-authored-by: chgnrdv <52372310+chgnrdv@users.noreply.github.com>
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