Serhiy Storchaka added the comment:

After looking closer I found that making PyType_FromSpec() not inheriting 
tp_new for static types whose base class is 'object' is not an option, because 
this breaks examples in the documentation, and likely break some third-party 
code. Opened new issue26979 for documenting the catch.

Thank you for your review Terry.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

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

Reply via email to