Robert Bradshaw wrote:
> On Feb 24, 2009, at 12:38 AM, Stefan Behnel wrote:
>> http://trac.cython.org/cython_trac/ticket/218
>
> Note that the cleanup code is not (and cannot) always be safe across
> multiple modules. When objects such as interned strings, numerical
> literals, etc. are released, the module code becomes unsafe to use
> (e.g. even a __del__ method of an object laying around somewhere else.)

Hmm, we're in a ref-counted environment. Why would these objects be
released when the module itself is still in use?

Stefan

_______________________________________________
Cython-dev mailing list
[email protected]
http://codespeak.net/mailman/listinfo/cython-dev

Reply via email to