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 serhiy.storchaka
Recipients Mark.Shannon, gvanrossum, iritkatriel, serhiy.storchaka
Date 2021-08-31.17:41:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630431688.46.0.845519127964.issue45039@roundup.psfhosted.org>
In-reply-to
Content
New changeset 70ccee418d1f9d34ed15cfe7104221f9cfd27d03 by Irit Katriel in branch 'main':
bpo-45039: Consistently use ADDOP_LOAD_CONST in compiler rather than ADDOP_O(c, LOAD_CONST,...) (GH-28015)
https://github.com/python/cpython/commit/70ccee418d1f9d34ed15cfe7104221f9cfd27d03
History
Date User Action Args
2021-08-31 17:41:28serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, Mark.Shannon, iritkatriel
2021-08-31 17:41:28serhiy.storchakasetmessageid: <1630431688.46.0.845519127964.issue45039@roundup.psfhosted.org>
2021-08-31 17:41:28serhiy.storchakalinkissue45039 messages
2021-08-31 17:41:28serhiy.storchakacreate