This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author petr.viktorin
Recipients corona10, petr.viktorin, shihai1991, vstinner
Date 2020-11-11.17:43:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1605116638.98.0.596222942731.issue41832@roundup.psfhosted.org>
In-reply-to
Content
> `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?
History
Date User Action Args
2020-11-11 17:43:59petr.viktorinsetrecipients: + petr.viktorin, vstinner, corona10, shihai1991
2020-11-11 17:43:58petr.viktorinsetmessageid: <1605116638.98.0.596222942731.issue41832@roundup.psfhosted.org>
2020-11-11 17:43:58petr.viktorinlinkissue41832 messages
2020-11-11 17:43:58petr.viktorincreate