]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-105979: Fix exception handling in unmarshal_frozen_code (`Python/import...
authorKumar Aditya <59607654+kumaraditya303@users.noreply.github.com>
Mon, 26 Jun 2023 09:00:51 +0000 (14:30 +0530)
committerGitHub <noreply@github.com>
Mon, 26 Jun 2023 09:00:51 +0000 (09:00 +0000)
commit307c59a0c1989c188ed52d187c8c510c53a414d6
tree409f9164946cb7f5d581764788a9fb4bd8149479
parent8c792749cbc6889f03294cedffdf326e5440c272
[3.11] gh-105979: Fix exception handling in unmarshal_frozen_code (`Python/import.c`) (GH-105980). (#106100)

* [3.11] 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