Inada Naoki <songofaca...@gmail.com> added the comment:

I don't like this.
It removes guarantee that code object is constant / immutable.

> Because the code objects are on random pages and are ref counted the ref 
> counts can cause all of the code to not be shared across processes.

These ref counts are not incremented or decremented typically, until shutting 
down.
If you want to avoid CoW when shutting down, you can use os._exit.

----------
nosy: +inada.naoki

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

Reply via email to