Message119957
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. |
|
| 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: <[email protected]> |
| 2010-10-30 03:48:49 | nascheme | link | issue10241 messages |
| 2010-10-30 03:48:48 | nascheme | create | |
|