Message112148
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. |
|
| Date |
User |
Action |
Args |
| 2010-07-31 12:23:39 | pitrou | set | recipients:
+ pitrou, georg.brandl, stutzbach, docs@python |
| 2010-07-31 12:23:39 | pitrou | set | messageid: <[email protected]> |
| 2010-07-31 12:23:38 | pitrou | link | issue4934 messages |
| 2010-07-31 12:23:38 | pitrou | create | |
|