Re: [Bug 208262] [NEW] Invalid typedefs on Windows
Greg Ewing <[email protected]>
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
> 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