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 vstinner
Recipients eric.snow, miss-islington, pablogsal, phsilva, vstinner
Date 2019-12-04.11:39:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1575459548.43.0.664957466261.issue36854@roundup.psfhosted.org>
In-reply-to
Content
Eric:
"""
Thanks so much for getting this done, Victor!
Did I mention that you're my hero? :)
"""

You're welcome. 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 ;-)

https://github.com/vstinner/talks/blob/master/2019-EuroPython/python_performance.pdf

"Conclusion: PyHandle, tracing GC and subinterpreters are very promising!"
History
Date User Action Args
2019-12-04 11:39:08vstinnersetrecipients: + vstinner, phsilva, eric.snow, pablogsal, miss-islington
2019-12-04 11:39:08vstinnersetmessageid: <1575459548.43.0.664957466261.issue36854@roundup.psfhosted.org>
2019-12-04 11:39:08vstinnerlinkissue36854 messages
2019-12-04 11:39:07vstinnercreate