[Python-Dev] Investigating Python memory footprint of one real Web application

Victor Stinner victor.stinner at gmail.com
Mon Jan 23 06:33:36 EST 2017


2017-01-23 12:25 GMT+01:00 INADA Naoki <songofacandy at gmail.com>:
> I gave advice to use 'List[User]' instead of List[User] to the team of
> the project,
> if the team think RAM usage or boot speed is important.

I would prefer a Python option (ex: "-o noannotation" command line
option) to opt-out annotations rather than having to write annotations
in strings, which is IMHO more "ugly".

Victor


More information about the Python-Dev mailing list