Mark Dickinson <dicki...@gmail.com> added the comment:

It looks like Mark is right:  the wrap_binaryfunc_r subtype check should just 
be removed.  The corresponding check in 2.x only occurs for types which don't 
have the Py_TPFLAGS_CHECKTYPES flag set.  As of 2.7, *all* of the numeric types 
have this flag set (in 2.6, the complex type doesn't).

I'm not seeing any (relevant) test failures here after removing the check.
Actually, I'm not seeing any test failures at all.  Hooray!

----------

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

Reply via email to