SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 1 Python

[3.12] gh-112716: Fix SystemError when __builtins__ is not a dict (GH-112770) (GH-113103)

It was raised in two cases:
* in the import statement when looking up __import__
* in pickling some builtin type when looking up built-ins iter, getattr, etc.

(cherry picked from commit 1161c14e8c68296fc465cd48970b32be9bee012e)
S
Serhiy Storchaka committed
59a22d3e50be0900a74fb7a398c3622e2a43b11e
Parent: 913051d
Committed by GitHub <noreply@github.com> on 12/14/2023, 12:54:25 PM