This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author epaine
Recipients Spacekiwigames, epaine, eryksun, gvanrossum, pablogsal, serhiy.storchaka, taleinat, terry.reedy
Date 2021-05-17.15:33:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1621265603.57.0.91645317839.issue40452@roundup.psfhosted.org>
In-reply-to
Content
> I don't think this worked if the Tcl interpreter had been garbage collected

Turns out I was wrong, it appears it *does* work. The only thing we need to change is ensuring the GIL is held when calling finalise (because, as Guido's comment says, this process can call Python code).
History
Date User Action Args
2021-05-17 15:33:23epainesetrecipients: + epaine, gvanrossum, terry.reedy, taleinat, serhiy.storchaka, eryksun, pablogsal, Spacekiwigames
2021-05-17 15:33:23epainesetmessageid: <1621265603.57.0.91645317839.issue40452@roundup.psfhosted.org>
2021-05-17 15:33:23epainelinkissue40452 messages
2021-05-17 15:33:23epainecreate