Christian Heimes <[EMAIL PROTECTED]> wrote:
> +1 on focusing on improving pymalloc to handle int and float
>    object allocations even better

I wonder if the int and float types could use a faster internal
pymalloc interface.  I can't remember the details but I seem to
recall that pymalloc must jump through some hoops in order to be
safely called from code that used to call PyMem_New, etc.  I think
locking was one problem but there might be others.

  Neil

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to