python / cpython

The Python programming language
https://www.python.org
Other
63.62k stars 30.48k forks source link

inconsistency in 3.13 LOAD_GLOBAL docs #126970

Open stopa27 opened 5 days ago

stopa27 commented 5 days ago

LOAD_GLOBAL was changed in 3.11 to push NULL before callable if low bit of argument (namei) is set. But since CALL instruction now expects NULL|self after callable, shouldnt it now push NULL after callable?

rruuaanng commented 5 days ago

Please use the BUG issue template provided by default to report. Thank you for your cooperation :)

zware commented 5 days ago

Please use the BUG issue template provided by default to report. Thank you for your cooperation :)

@rruuaanng, this is not constructive. Please email me if you would like to discuss.