On 26/10/16 03:34, Robert Bradshaw wrote:
> I'm happy to announce the release of Cython 0.25 which has numerous
> new features and bug fixes. It is available at
> https://pypi.python.org/pypi/Cython
>
> We have also moved bug tracking from trac.cython.org to github issues.
> However, user support
On 19/08/15 01:03, Stefan Behnel wrote:
> Antoine Martin schrieb am 17.08.2015 um 14:14:
>> On 17/08/15 14:14, Stefan Behnel wrote:
>>> Stefan Behnel schrieb am 17.08.2015 um 08:17:
>>>> Antoine Martin schrieb am 17.08.2015 um 06:09:
>>>>> On 09/08/15
On 17/08/15 14:14, Stefan Behnel wrote:
> Stefan Behnel schrieb am 17.08.2015 um 08:17:
>> 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
>
On 09/08/15 13:54, Antoine Martin wrote:
> Hi,
>
> 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 don't think we have such loops in
Hi,
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 don't think we have such loops in our setup.py data structures or in
that pyx, but that's possible. (I will try to check