Message310571
This issue is a matter of CPU vs memory tradeoff. It reminds me the PEP 393: str type doesn't make tradeoff anymore, CPython guarantee that str always use the most efficient storage (least memory) for characters.
But here the tradeoff is different. A dict is mutable, whereas str is immutable ;-) |
|
Date |
User |
Action |
Args |
2018-01-24 09:31:37 | vstinner | set | recipients:
+ vstinner, methane, serhiy.storchaka, yselivanov |
2018-01-24 09:31:37 | vstinner | set | messageid: <1516786297.32.0.467229070634.issue32623@psf.upfronthosting.co.za> |
2018-01-24 09:31:37 | vstinner | link | issue32623 messages |
2018-01-24 09:31:37 | vstinner | create | |
|