Yury Selivanov added the comment:

> Inada-san, when I tested the patch last time, I think there was a regression 
> somewhere, related to the descriptor protocol.  Have you fixed that one?

Seems to be either fixed, or maybe those bugs were related to my opcode cache 
patch.  Anyways, I decided to commit the patch to 3.7, otherwise it might miss 
the commit window as it did for 3.6.  Let's fix any regressions right in the 
repo now.

> My current idea is adding new `tp_fastcall` slot which has same signature
to _PyFunction_FastCallDict or _PyCFunction_FastCallDict.

I like this idea!

Thanks Inada-san for pushing this patch through, and thanks to Serhiy for 
reviewing it.

----------
resolution:  -> fixed
stage: patch review -> commit review

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

Reply via email to