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 belopolsky
Recipients belopolsky, docs@python
Date 2010-07-19.17:50:21
SpamBayes Score 0.020224357
Marked as misclassified No
Message-id <1279561825.23.0.120090245801.issue9307@psf.upfronthosting.co.za>
In-reply-to
Content
Is there a reason for not documenting Py_TPFLAGS_LONG_SUBCLASS (Py_TPFLAGS_INT_SUBCLASS in 2.x)?

This flag is used in PyLong_Check, but neither this flag or its inheritance properties are explained anywhere in the docs.

See also issue5476.
History
Date User Action Args
2010-07-19 17:50:25belopolskysetrecipients: + belopolsky, docs@python
2010-07-19 17:50:25belopolskysetmessageid: <1279561825.23.0.120090245801.issue9307@psf.upfronthosting.co.za>
2010-07-19 17:50:21belopolskylinkissue9307 messages
2010-07-19 17:50:21belopolskycreate