On Thu, May 23, 2013 at 10:02 PM, Vitja Makarov wrote:
> Hi!
>
> Recently I've found that the following code causes segmentation fault:
>
> cdef object f
> del f
> print f
>
> So the question is: how should that work?
>
> global objects are implicitly initialized to None and no CF and no cf
> anal
Am 22.05.2013 11:48, schrieb mark florisson:
> On 22 May 2013 10:13, Nikita Nemkin wrote:
>> Someone please apply this patch (too simple for pull request):
>>
>> diff --git a/Cython/Compiler/ExprNodes.py b/Cython/Compiler/ExprNodes.py
>> index 0406fad..640d002 100755
>> --- a/Cython/Compiler/ExprNo