Message118475
> Therefore, I propose we remove the Py_REFCNT == 1 guard in
> module_dealloc, and simply leave as an open bug that modules will clear
> their dictionaries on deallocation.
Yes, I think it's the best solution. People can easily copy the dict if they want to keep it around after the module gets destroyed. |
|
| Date |
User |
Action |
Args |
| 2010-10-12 21:19:39 | pitrou | set | recipients:
+ pitrou, amaury.forgeotdarc, benjamin.peterson, Valery.Lesin |
| 2010-10-12 21:19:39 | pitrou | set | messageid: <[email protected]> |
| 2010-10-12 21:19:37 | pitrou | link | issue10068 messages |
| 2010-10-12 21:19:37 | pitrou | create | |
|