[issue39940] Micro-optimizations to PySequence_Tuple()

Marco Sulla report at bugs.python.org
Wed Mar 11 17:44:12 EDT 2020


New submission from Marco Sulla <launchpad.net at marco.sulla.e4ward.com>:

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.

----------
components: Interpreter Core
messages: 363974
nosy: Marco Sulla
priority: normal
pull_requests: 18296
severity: normal
status: open
title: Micro-optimizations to PySequence_Tuple()
type: performance
versions: Python 3.9

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue39940>
_______________________________________


More information about the Python-bugs-list mailing list