Talin <[EMAIL PROTECTED]> writes: > I wonder if there is a way to create an API for extension modules that > would allow a gradual phase-out of reference counting, towards a 'pure' GC.
I believe this is possible when C code doesn't access addresses of Python objects directly, but via handles. http://srfi.schemers.org/srfi-50/mail-archive/msg00295.html See "Minor" link there, and the whole SRFI-50 discussion about FFI styles. -- __("< Marcin Kowalczyk \__/ [EMAIL PROTECTED] ^^ http://qrnik.knm.org.pl/~qrczak/ _______________________________________________ Python-3000 mailing list Python-3000@python.org http://mail.python.org/mailman/listinfo/python-3000 Unsubscribe: http://mail.python.org/mailman/options/python-3000/archive%40mail-archive.com