Stefan Behnel added the comment:

BTW, it seems that Yury's dict copy optimisation would also help here. When I 
use a benchmark scenario with a simple non-empty method/attribute dict (from 
Cython this time), almost 10% of the creation time is spent copying that dict, 
which should essentially just be a memcopy() since it doesn't need any resizing 
at that point.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue31336>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to