Message366331
> There is a trend right now to try to remove immortal objects (started by Victor and others) like static types and transforming them to heap types.
This isn't actually about removing immortal objects, but removing *mutable* objects that would be shared between subinterpreters. Making some objects immortal, such as interned strings or stateless singletons, would actually benefit this work, as they could then be safely shared between subinterpreters.
But as you say, the added complexity here is starting to seem like it'll cost more than it's worth... |
|
Date |
User |
Action |
Args |
2020-04-13 20:27:52 | steve.dower | set | recipients:
+ steve.dower, tim.peters, nascheme, gregory.p.smith, pitrou, corona10, pablogsal, eelizondo |
2020-04-13 20:27:52 | steve.dower | set | messageid: <1586809672.3.0.118338991337.issue40255@roundup.psfhosted.org> |
2020-04-13 20:27:52 | steve.dower | link | issue40255 messages |
2020-04-13 20:27:52 | steve.dower | create | |
|