Serhiy Storchaka added the comment:

Before issue15721 the tp_new was NULL, and this prevented from creating 
instances. After issue15721 the tp_new is inherited from object. An instance is 
created, but all internal pointers are NULLs. Following repr() dereferences 
NULL.

----------
versions: +Python 3.6

_______________________________________
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