Vitja Makarov, 23.08.2011 07:29:
2011/8/23 Vitja Makarov:
2011/8/23 Robert Bradshaw:
On Mon, Aug 22, 2011 at 9:41 PM, Stefan Behnel wrote:
Vitja Makarov, 23.08.2011 06:26:
Hudson shows regression for last 4 pyregr builds.
Yes, I enabled the "always_allow_keywords" option for better Python
2011/8/23 Vitja Makarov :
> 2011/8/23 Robert Bradshaw :
>> On Mon, Aug 22, 2011 at 9:41 PM, Stefan Behnel wrote:
>>> Vitja Makarov, 23.08.2011 06:26:
Hudson shows regression for last 4 pyregr builds.
>>>
>>> Yes, I enabled the "always_allow_keywords" option for better Python
>>> compatib
2011/8/23 Robert Bradshaw :
> On Mon, Aug 22, 2011 at 9:41 PM, Stefan Behnel wrote:
>> Vitja Makarov, 23.08.2011 06:26:
>>>
>>> Hudson shows regression for last 4 pyregr builds.
>>
>> Yes, I enabled the "always_allow_keywords" option for better Python
>> compatibility, which disables the signature
On Mon, Aug 22, 2011 at 9:41 PM, Stefan Behnel wrote:
> Vitja Makarov, 23.08.2011 06:26:
>>
>> Hudson shows regression for last 4 pyregr builds.
>
> Yes, I enabled the "always_allow_keywords" option for better Python
> compatibility, which disables the signature optimisation into METH_O &
> friend
2011/8/23 Stefan Behnel :
> Vitja Makarov, 23.08.2011 06:26:
>>
>> Hudson shows regression for last 4 pyregr builds.
>
> Yes, I enabled the "always_allow_keywords" option for better Python
> compatibility, which disables the signature optimisation into METH_O &
> friends for def functions. That hel
Vitja Makarov, 23.08.2011 06:26:
Hudson shows regression for last 4 pyregr builds.
Yes, I enabled the "always_allow_keywords" option for better Python
compatibility, which disables the signature optimisation into METH_O &
friends for def functions. That helped in a couple of cases but broke