[Cython] 'Referenced before assignment' warning triggered due to OpenMP directives?

2013-11-29 Thread Yury V. Zaytsev
Hi, I'm trying to find out whether the number of threads has been actually set to what I wanted it to be, but the compiler tells me that I'm trying to reference a variable before assignment. This doesn't happen when I simply release the GIL, but only within a parallel section. Is it a problem wit

[Cython] "embedsignature" and "autotestdict" features in Py3.4

2013-11-29 Thread Stefan Behnel
Hi, recent changes in Py3.4 affect the functionality of the two directives "embedsignature" and "autotestdict". The so-called "argument clinic" extracts any embedded signatures from docstrings and moves them into a new property "__text_signature__". This is done at runtime, i.e. when either "__do