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 benjamin.peterson, josh.r, ncoghlan, rhettinger, scoder, serhiy.storchaka, steven.daprano
Date 2020-02-12.10:19:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1581502747.25.0.323375745307.issue32856@roundup.psfhosted.org>
In-reply-to
Content
New changeset 8c579b1cc86053473eb052b76327279476740c9b by Serhiy Storchaka in branch 'master':
bpo-32856: Optimize the assignment idiom in comprehensions. (GH-16814)
https://github.com/python/cpython/commit/8c579b1cc86053473eb052b76327279476740c9b
History
Date User Action Args
2020-02-12 10:19:07serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, ncoghlan, scoder, benjamin.peterson, steven.daprano, josh.r
2020-02-12 10:19:07serhiy.storchakasetmessageid: <1581502747.25.0.323375745307.issue32856@roundup.psfhosted.org>
2020-02-12 10:19:07serhiy.storchakalinkissue32856 messages
2020-02-12 10:19:07serhiy.storchakacreate