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 pieter.eendebak
Recipients pieter.eendebak
Date 2022-03-19.21:27:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1647725238.0.0.579298604794.issue47070@roundup.psfhosted.org>
In-reply-to
Content
The array_inplace_repeat is inefficient for small arrays and a high number of repeats. This can be improved by using the same approach as in https://bugs.python.org/issue47005
History
Date User Action Args
2022-03-19 21:27:18pieter.eendebaksetrecipients: + pieter.eendebak
2022-03-19 21:27:18pieter.eendebaksetmessageid: <1647725238.0.0.579298604794.issue47070@roundup.psfhosted.org>
2022-03-19 21:27:17pieter.eendebaklinkissue47070 messages
2022-03-19 21:27:17pieter.eendebakcreate