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 Marco Sulla
Recipients Marco Sulla
Date 2020-03-11.21:44:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583963052.53.0.534992223538.issue39940@roundup.psfhosted.org>
In-reply-to
Content
This is a little PR with some micro-optimizations to the PySequence_Tuple() function. Mainly, it simply add a support variable new_n_tmp_1 instead of reassigning newn multiple times.
History
Date User Action Args
2020-03-11 21:44:12Marco Sullasetrecipients: + Marco Sulla
2020-03-11 21:44:12Marco Sullasetmessageid: <1583963052.53.0.534992223538.issue39940@roundup.psfhosted.org>
2020-03-11 21:44:12Marco Sullalinkissue39940 messages
2020-03-11 21:44:12Marco Sullacreate