Pablo Galindo Salgado <[email protected]> added the comment:

> Why would pymalloc be preferred?

For such small and temporary string is normally faster because it will likely 
have pools of that size readily available and it will also benefit further 
allocation of the same pool size.

----------

_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue41132>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to