Pablo Galindo Salgado <pablog...@gmail.com> 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 <rep...@bugs.python.org>
<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