Issue #23075: Whether __builtins__ is a module or a dict is undefined in
CPython. Use the reliably well defined `import __builtin__` instead. Patch by Alex Gaynor.
Showing
Please
register
or
sign in
to comment
CPython. Use the reliably well defined `import __builtin__` instead. Patch by Alex Gaynor.