This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author iritkatriel
Recipients iritkatriel
Date 2021-08-28.17:46:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630172782.32.0.00459227167262.issue45039@roundup.psfhosted.org>
In-reply-to
Content
The compiler generally uses ADDOP_LOAD_CONST to emit a LOAD_CONST, but there are two places that use ADDOP_O(c, LOAD_CONST, Py_None, consts);

This is currently equivalent to ADDOP_LOAD_CONST(c, Py_None);

It should be replaced because we may soon change ADDOP_LOAD_CONST.
History
Date User Action Args
2021-08-28 17:46:22iritkatrielsetrecipients: + iritkatriel
2021-08-28 17:46:22iritkatrielsetmessageid: <1630172782.32.0.00459227167262.issue45039@roundup.psfhosted.org>
2021-08-28 17:46:22iritkatriellinkissue45039 messages
2021-08-28 17:46:22iritkatrielcreate