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 corona10, eric.snow, pablogsal, phsilva, shihai1991, skrah, vstinner
Date 2020-04-08.22:39:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CALFfu7CHDGCmdF=+hGcAywCuH09NZ6eEzXFLu8B_n_ZKb1hFng@mail.gmail.com>
In-reply-to <1585309613.36.0.628110760271.issue40077@roundup.psfhosted.org>
Content
> Wouldn't having less static types slow down startup time?

FWIW, I've been considering an approach where the main interpreter
keeps using static types but subinterpreters use heap types.  If it
isn't too much effort (or too hacky) then it might be a sufficient
solution for now.
History
Date User Action Args
2020-04-08 22:39:48eric.snowsetrecipients: + eric.snow, vstinner, phsilva, skrah, corona10, pablogsal, shihai1991
2020-04-08 22:39:48eric.snowlinkissue40077 messages
2020-04-08 22:39:48eric.snowcreate