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 13:54, Antoine Martin wrote:
>> I've just h
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 13:54, Antoine Martin wrote:
> I've just hit a regression with 0.23: a recursion loop gen
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
for this particular pyx:
http:
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
>>> for this particular pyx:
>>> http://xpra.org/trac/browser/xpra/trunk/src/xpra/cod
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
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 our setup.py data structures or i
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