Unicode fix: the unicode file caches some objects statically that we have to gc-track
I don't like making extension modules call a function (here called PyGC_AddRoot), but I think this is something that we can eventually automate (look for stores to static locations) so I don't mind going with a temporary solution.
Showing
Please register or sign in to comment