Dag Sverre Seljebotn wrote:
if you use Python bytes in a dict in sys.modules['_nativecall'], the bytes objects could be deallocated before callables containing the interned string -- unless you Py_INCREF once too many,

I don't understand that. Is there some reason that refcounting
of the interned strings can't be done correctly?

--
Greg
_______________________________________________
cython-devel mailing list
cython-devel@python.org
http://mail.python.org/mailman/listinfo/cython-devel

Reply via email to