in my local machine, and the reviewers' everything worked ok, but
we started getting a lot of compilation errors in other platforms after my
pull request was merged.
On Thu, May 28, 2015 at 1:16 PM, Robert Bradshaw wrote:
> On Tue, May 26, 2015 at 7:17 PM, Jesus-Omar Ocegueda-Gonzalez
Dear Cython developers,
thanks for the awesome compiler!, we recently faced an issue exporting
inline functions defined in a .pyx. According to this:
http://docs.cython.org/src/tutorial/pxd_files.html
the full inline definition (not just the declaration) should be in the pxd.
However, if we put the