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 shihai1991
Recipients corona10, petr.viktorin, shihai1991, vstinner
Date 2020-11-11.15:13:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
> The PR entirely removed the note that a slot's value "May not be NULL".
> In fact, only tp_doc may be NULL. AFAIK, the restriction is still there > for other slots.
> Can that note be added back?

`May not be NULL` means everthing is possible, so I decided removed it:(
Before, I updated an old commit in PR23123 to describe this fact in https://github.com/python/cpython/pull/23123/commits/cca7bc7edf11a7d212ae70dcff6f10cf96fab470.
History
Date User Action Args
2020-11-11 15:13:21shihai1991setrecipients: + shihai1991, vstinner, petr.viktorin, corona10
2020-11-11 15:13:21shihai1991setmessageid: <[email protected]>
2020-11-11 15:13:21shihai1991linkissue41832 messages
2020-11-11 15:13:21shihai1991create