[issue30230] Move quick test in PyObject_IsSubClass outside of PyType_CheckExact guard

Raymond Hettinger report at bugs.python.org
Wed May 10 01:38:33 EDT 2017


Raymond Hettinger added the comment:

Will deeply grokking this code, I would say to leave it alone.  The test seems reasonable and is very fast (likely free of cost on many machines).

----------
nosy: +georg.brandl, pitrou
priority: normal -> low

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30230>
_______________________________________


More information about the Python-bugs-list mailing list