hai shi <shihai1...@126.com> added the comment:

There will have many unicode strs releaks when we calling `Py_Initialize()` 
again after `Py_Finalize()`: interned will be cleared in `Py_Finalize()`, but 
those unicodes str will still alive all the time.

Q: How to solve the probleam?
A: MAYBE we need share the interned of unicodeobject.c all the time and don't 
care how many times we will calling `Py_Initialize(); Py_Finalize();`

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue1635741>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to