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 eric.snow
Recipients eric.snow, miss-islington, pablogsal, phsilva, vstinner
Date 2019-12-13.21:27:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1576272441.01.0.953880342634.issue36854@roundup.psfhosted.org>
In-reply-to
Content
On Wed, Dec 4, 2019 at 4:36 AM STINNER Victor <report@bugs.python.org> wrote:
> Each time I tried to fix a bug in the Python finalization, I introduced worse bugs :-D

:)

> We cannot fix all bugs at once, we have to work incrementally.

+1

> I like the idea of introducing workarounds specific to subinterpreters: leave the code path for the main interpreter unchanged. It helps to iterate on the code to slowly fix the code.

+1

> I prefer to not open an issue, since the Python finalization is broken is so many ways :-D Anyway, I'm hitting issues on the finalization each time I'm working on subinterpeter changes, so it's hard to forget about it :-)

Sounds good. :)

On Wed, Dec 4, 2019 at 4:39 AM STINNER Victor <report@bugs.python.org> wrote:
> I'm a believer that subinterpreters is one of the most realistic solution to make Python faster. I said it in my EuroPython keynote on CPython performance ;-)

Again, thanks for that!
History
Date User Action Args
2019-12-13 21:27:21eric.snowsetrecipients: + eric.snow, vstinner, phsilva, pablogsal, miss-islington
2019-12-13 21:27:21eric.snowsetmessageid: <1576272441.01.0.953880342634.issue36854@roundup.psfhosted.org>
2019-12-13 21:27:20eric.snowlinkissue36854 messages
2019-12-13 21:27:20eric.snowcreate