[issue39940] Micro-optimizations to PySequence_Tuple()

2021-08-05 Thread Marco Sulla
Marco Sulla added the comment: Close it, I have no time now :-( -- resolution: -> later stage: -> resolved status: pending -> closed ___ Python tracker ___ _

[issue39940] Micro-optimizations to PySequence_Tuple()

2021-08-04 Thread Irit Katriel
Irit Katriel added the comment: Marco, are you planning to complete this work, and in particular show the benefit with benchmarks? Otherwise, if this project is abandoned I will close the issue and the PR. -- nosy: +iritkatriel status: open -> pending ___

[issue39940] Micro-optimizations to PySequence_Tuple()

2020-03-11 Thread Eric V. Smith
Change by Eric V. Smith : -- nosy: +eric.smith ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.p

[issue39940] Micro-optimizations to PySequence_Tuple()

2020-03-11 Thread Serhiy Storchaka
Serhiy Storchaka added the comment: Do you have any benchmarks? -- nosy: +serhiy.storchaka ___ Python tracker ___ ___ Python-bugs-l

[issue39940] Micro-optimizations to PySequence_Tuple()

2020-03-11 Thread Marco Sulla
New submission from Marco Sulla : 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 p