Antoine Martin schrieb am 17.08.2015 um 06:09:
> On 09/08/15 13:54, Antoine Martin wrote:
>> I've just hit a regression with 0.23: a recursion loop generating code
>> for this particular pyx:
>> http://xpra.org/trac/browser/xpra/trunk/src/xpra/codecs/nvenc4/encoder.pyx
> 
> I have narrowed it down to the problematic finally block via trial and
> error:
> http://xpra.org/trac/browser/xpra/trunk/src/xpra/codecs/nvenc4/encoder.pyx#L2024
> Any of those statements, including the simple logging ones, cause
> Cython's "fresh_finally_clause" code to go into an infinite loop via
> deepcopy.
> 
> What am I doing wrong here?
> Those statements look fine and they used to compile just fine too.

Thanks for the report. This is a bug in the latest Cython release. I'll see
if I can come up with a fix.

Stefan

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

Reply via email to