cpython/Misc/NEWS.d/next/Core and Builtins/2021-06-10-16-10-39.bpo-443...

5 lines
237 B
ReStructuredText

Directly imported objects and modules (through import and from import
statements) don't generate ``LOAD_METHOD``/``CALL_METHOD`` for directly
accessed objects on their namespace. They now use the regular
``LOAD_ATTR``/``CALL_FUNCTION``.