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 corona10, pablogsal, vstinner
Date 2020-03-27.01:15:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585271729.91.0.351507381492.issue40077@roundup.psfhosted.org>
In-reply-to
Content
Pablo:
> Wouldn't having less static types slow down startup time?

That's possible, even if I only expect a minor or non significant overhead.

But before starting talking about performances, we should focus on the correctness. Static types are causing issues with subinterpreters and the Python finalization.
History
Date User Action Args
2020-03-27 01:15:29vstinnersetrecipients: + vstinner, corona10, pablogsal
2020-03-27 01:15:29vstinnersetmessageid: <1585271729.91.0.351507381492.issue40077@roundup.psfhosted.org>
2020-03-27 01:15:29vstinnerlinkissue40077 messages
2020-03-27 01:15:29vstinnercreate