STINNER Victor <vstin...@python.org> added the comment:

> A "PyInterpreterState *interp" field on PyTypeObject would allow us to 
> quickly access the originating interpreter from any object.

Does it mean that a type A created in interperter 1 can be seen/accessed from 
interpreter 2? First I understood that an interepter should only access objects 
created by itself?

----------
nosy: +vstinner

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

Reply via email to