mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
d4234937a1
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 1161c14e8c)
Miscellaneous source files for the main Python shared library