Re: [Bug 208262] [NEW] Invalid typedefs on Windows
Robert Bradshaw <[email protected]>
| Newsgroups | gmane.comp.python.pyrex |
|---|---|
| Message-ID | <[email protected]> |
On Mar 30, 2008, at 1:20 PM, Greg Ewing wrote: > Robert Bradshaw wrote: >> It might affect Pyrex as well (if the filename has some weird >> character in it, regardless of directory structure). > > Is there something I should look for in the code > to find out whether it affects Pyrex or not? Try compiling a file with an non-alpha-numeric character in it (e.g. %) and see if it comes up in the source. It could be a complete non- issue if you don't use the filename to determine the package name. - Robert