Steve Dower <steve.do...@python.org> added the comment:

> 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...

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40255>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to