Re: [Cython] cython 0.15 breaks callback code.

2011-09-25 Thread Brett Calcott
> which means your declaration of callback_test_hello in callbacks.cpp > also needs to be extern "c" to have the same (i.e. no) mangling. > That was it! Thanks, Brett ___ cython-devel mailing list cython-devel@python.org http://mail.python.org/mailman/l

Re: [Cython] 'local variable referenced before assignment' warnings

2011-09-25 Thread Stefan Behnel
Vitja Makarov, 23.09.2011 16:38: 2011/9/23 mark florisson: Can't you run the entire CF analysis after analyse expressions? I think only the code generation needs the cf_* attributes? I'm not sure here. CF solution could be used to improve type inference in the future. Yes, CF analysis should