Message109100
| Author | pitrou |
|---|---|
| Recipients | kristjan.jonsson, pitrou, tim.peters |
| Date | 2010-07-02.11:40:28 |
| SpamBayes Score | 0.0073085898 |
| Marked as misclassified | No |
| Message-id | <1278070831.6.0.537863806152.issue9141@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
First, what's the use case? Just backporting an internal Stackless API isn't a reasonable request. Second, this tells that there *is* a finalization function, but not what the function is. How is the GC supposed to find it? Third, the implementation looks quite suboptimal. Better define a new slot method, such as tp_needs_finalizing, or tp_get_finalizer. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-07-02 11:40:31 | pitrou | set | recipients: + pitrou, tim.peters, kristjan.jonsson |
| 2010-07-02 11:40:31 | pitrou | set | messageid: <1278070831.6.0.537863806152.issue9141@psf.upfronthosting.co.za> |
| 2010-07-02 11:40:28 | pitrou | link | issue9141 messages |
| 2010-07-02 11:40:28 | pitrou | create | |