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

If someone offers a patch for replacing the list of per-interpreter hooks with 
something not easily discoverable via gc, I'm sure we'd take it. It's all 
internal, so just hiding it from the list of bases should be fine (there should 
never be more than one reference), but turning it into a new form of 
dynamically expanding array/list would also work, providing whoever reviews it 
doesn't think it's adding too much complexity/instability.

But file that as a separate issue, please. It's somewhat debatable, while 
fixing the docs _needs_ to happen. (And I will get to it eventually if nobody 
else does, but I'm just as happy to review someone else's contribution. And 
MUCH happier to review a contribution than to argue about it on the tracker :) )

----------

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

Reply via email to