Josh Rosenberg added the comment:

LGTM. Had to check the definition of PyDescr_IsData to determine that checking 
the value from tp_descr_set for NULL was exactly what that macro does, but 
yeah, it looks like the first test was redundant, and f is never assigned 
outside that block, so the second block after the rest of the work is 
pointless; you'd never get there.

----------
nosy: +josh.r

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

Reply via email to