Message316433
tp_del still undocumented.
In my opinion, tp_del corresponds to the __del__() method of classes, because there are no other variable correspondes to it, but methods using for creating(tp_new) and initializing(tp_init) an object are not.
Although __del__ method have some issue according to the offical document, but it is exist, so there must have a pointer to the function corresponding to it. |
|
| Date |
User |
Action |
Args |
| 2018-05-12 18:09:03 | book book | set | recipients:
+ book book, georg.brandl, ronaldoussoren, gagern, pitrou, benjamin.peterson, stutzbach, docs@python, Alex.Leach |
| 2018-05-12 18:09:03 | book book | set | messageid: <[email protected]> |
| 2018-05-12 18:09:03 | book book | link | issue4934 messages |
| 2018-05-12 18:09:03 | book book | create | |
|