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 pitrou
Recipients docs@python, georg.brandl, pitrou, stutzbach
Date 2010-07-31.12:23:38
SpamBayes Score 0.08822704
Marked as misclassified No
Message-id <1280579019.62.0.469320716848.issue4934@psf.upfronthosting.co.za>
In-reply-to
Content
I think the reason tp_del isn't documented is that, as we somehow learnt it with the new IO code, it isn't really meant for third-party types.
I would suggest checking with python-dev.

As for tp_version_tag, it's for internal use (it indicated whether the method cache is still fresh), I don't think extension authors should modify it.
History
Date User Action Args
2010-07-31 12:23:39pitrousetrecipients: + pitrou, georg.brandl, stutzbach, docs@python
2010-07-31 12:23:39pitrousetmessageid: <1280579019.62.0.469320716848.issue4934@psf.upfronthosting.co.za>
2010-07-31 12:23:38pitroulinkissue4934 messages
2010-07-31 12:23:38pitroucreate