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-09-09.14:09:24
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1631196564.41.0.680638780635.issue45152@roundup.psfhosted.org>
In-reply-to
Content
This issue is to prepare the code for splitting LOAD_CONST to several opcodes.

There are a number of places in the code where an opcode is compared to LOAD_CONST (such as dis, the compiler, and the peephole optimizer). These need to be refactored to make the query "is this a hasconst opcode", and the value calculation needs to be refactored into a single place, which can later be updated to get the value from places other than co_consts.
History
Date User Action Args
2021-09-09 14:09:24iritkatrielsetrecipients: + iritkatriel
2021-09-09 14:09:24iritkatrielsetmessageid: <1631196564.41.0.680638780635.issue45152@roundup.psfhosted.org>
2021-09-09 14:09:24iritkatriellinkissue45152 messages
2021-09-09 14:09:24iritkatrielcreate