sperber(a)informatik.uni-tuebingen.de (Michael Sperber [Mr. Preprocessor]) writes:
[... gc problems ...]
This is only an issue if:
- you insist on shared address spaces
I'm not sure I understand you here. My point is that if you store a
Python object in an Elisp data structure, you would like that object
not to be gc'ed away by Python. And vice versa.
I know the Perl extension had that problem last time I looked at it.