[Cython] Cython alpha 0.24

Robert Bradshaw robertwb at gmail.com
Sun Mar 13 09:03:08 EDT 2016


On Sun, Mar 13, 2016 at 1:49 AM, Jeroen Demeyer <jdemeyer at cage.ugent.be> wrote:
> On 2016-03-11 10:00, Robert Bradshaw wrote:
>>
>> I'd really rather deprecate .pxi files completely rather than add even
>> more support for them.
>
>
> Well, .pxi files are currently *not* deprecated. The fact that they might be
> deprecated in the future seems a poor excuse to reject a 1-line patch fixing
> an actual use case. Really, what is the disadvantage to merging that pull
> request?

Right now, at least, pxi files are completely self-contained within a
project. If we accept cross-project includes, this will be much more
painful to remove in the future as a library now has to fix all its
"callers."


More information about the cython-devel mailing list