Message 119957 - Python tracker
Message119957
| Author | nascheme |
|---|---|
| Recipients | benjamin.peterson, loewis, nascheme |
| Date | 2010-10-30.03:48:48 |
| SpamBayes Score | 0.00698389 |
| Marked as misclassified | No |
| Message-id | <1288410530.83.0.095379048444.issue10241@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
I'm trying implement some saner module shutdown procedure (similar to issue 812369). One of the many problems I've run into is that the GC doesn't know about the m_copy attribute of modules. I think the attached patch is correct. tp_tranverse exposes m_copy if it is non-NULL. tp_clear calls Py_CLEAR on it. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2010-10-30 03:48:50 | nascheme | set | recipients: + nascheme, loewis, benjamin.peterson |
| 2010-10-30 03:48:50 | nascheme | set | messageid: <1288410530.83.0.095379048444.issue10241@psf.upfronthosting.co.za> |
| 2010-10-30 03:48:49 | nascheme | link | issue10241 messages |
| 2010-10-30 03:48:48 | nascheme | create | |