[issue24770] Py_Finalize not cleaning up all threads

2015-07-31 Thread Alex Budovski
New submission from Alex Budovski: This is a known issue, from the comment, but it is causing AVs for my embedded application when background threads are created, for example, by the _socket builtin module. /* Undo the effect of Py_Initialize(). Beware: if multiple interpreter and/or threa

[issue24770] Py_Finalize not cleaning up all threads

2015-07-31 Thread Alex Budovski
Changes by Alex Budovski : -- type: -> crash ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe: https://mail.pyth