[Pyrex] [Bug 208262] [NEW] Invalid typedefs on Windows

Greg Ewing greg.ewing at canterbury.ac.nz
Sat Mar 29 22:13:26 CET 2008


> On Mar 28, 2008, at 7:21 AM, Chris Perkins wrote:
> 
>>typedef int __pyx_t_22C:\temp\cython_bug\bug_Int32;

I've had another thought -- this looks like it's the
result of a name mangling operation that's somehow got
hold of a pathname as a module name.

I gather that Cython figures out module names from
pathnames differently from Pyrex. Could something have
gone wrong in that area?

Could it be something to do with forward vs. back
slashes?

-- 
Greg



More information about the Pyrex mailing list