Petr Viktorin <encu...@gmail.com> added the comment:

> `May not be NULL` means everthing is possible

No, it does not. It only means a slot's value may not be NULL, which is an 
important difference between slots and entries in the PyTypeObject structure.

It's OK that it's mentioned elsewhere, but can we please put it back in the 
docs of PyType_Slot?

----------

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

Reply via email to