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 petr.viktorin
Recipients erlendaasland, petr.viktorin, phsilva, shihai1991, vstinner
Date 2022-01-20.13:18:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1642684736.63.0.0928249362896.issue46417@roundup.psfhosted.org>
In-reply-to
Content
> Sharing objects between interpreters is bad

That's your opinion, I don't necessarily share it.

> and is causing complex bugs.

But converting static things (types, small ints) to heap is also causing bugs :(

----

Anyway, for this issue: is there a way to test if the types are correctly reinitialized if there are multiple finalize/init cycles?
I worry about introducing more unexpected issues here.
History
Date User Action Args
2022-01-20 13:18:56petr.viktorinsetrecipients: + petr.viktorin, vstinner, phsilva, shihai1991, erlendaasland
2022-01-20 13:18:56petr.viktorinsetmessageid: <1642684736.63.0.0928249362896.issue46417@roundup.psfhosted.org>
2022-01-20 13:18:56petr.viktorinlinkissue46417 messages
2022-01-20 13:18:56petr.viktorincreate