On 24 February 2012 08:00, Stefan Behnel wrote:
> Lisandro Dalcin, 23.02.2012 22:00:
>> The commit below from Stefan broke C-API generation for extension
>> modules. The problem is that the code of __Pyx_ImportModule() and
>> __Pyx_ImportType() depeds on the #definition of
>> __Pyx_PyIdentifier_Fr
Lisandro Dalcin, 23.02.2012 22:00:
> The commit below from Stefan broke C-API generation for extension
> modules. The problem is that the code of __Pyx_ImportModule() and
> __Pyx_ImportType() depeds on the #definition of
> __Pyx_PyIdentifier_FromString , and such #define is not emitted in
> C-API h
The commit below from Stefan broke C-API generation for extension
modules. The problem is that the code of __Pyx_ImportModule() and
__Pyx_ImportType() depeds on the #definition of
__Pyx_PyIdentifier_FromString , and such #define is not emitted in
C-API headers.
Stefan, given that __Pyx_PyIdentifie