[issue11614] import __hello__ is broken in Python 3

Solomon Ucko report at bugs.python.org
Wed Mar 6 21:43:29 EST 2019


Solomon Ucko <solly.ucko at gmail.com> added the comment:

The byte code could be further optimized (because this is such a speed-critical module! :)):

  1           0 LOAD_CONST               2 (True) 
              3 STORE_NAME               1 (initialized) 

  2           6 LOAD_NAME                2 (print) 
              9 LOAD_CONST               0 ('Hello world...') 
             12 CALL_FUNCTION            1 
             15 RETURN_VALUE

----------
nosy: +Solomon Ucko

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue11614>
_______________________________________


More information about the Python-bugs-list mailing list