STINNER Victor added the comment:

Oh, nice optimization!

I see that you reused the _PyMethodDef_RawFastCallDict() function that I added 
exactly for the same reason: prevent the creation of a temporary C function 
only created for a single call and then destroyed.

----------
nosy: +inada.naoki

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

Reply via email to