- Python Home
- About
- News
- Documentation
- Downloads
- Community
- Foundation
- Developer's Guide
- Issue Tracker
- Issues
- Summaries
- User
- Administration
- Help
Message380767
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 | <1605107601.25.0.403838994737.issue41832@roundup.psfhosted.org> |
| 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:21 | shihai1991 | set | recipients: + shihai1991, vstinner, petr.viktorin, corona10 |
| 2020-11-11 15:13:21 | shihai1991 | set | messageid: <1605107601.25.0.403838994737.issue41832@roundup.psfhosted.org> |
| 2020-11-11 15:13:21 | shihai1991 | link | issue41832 messages |
| 2020-11-11 15:13:21 | shihai1991 | create | |

