217
217
path = module_name.replace('.', '/')
218
218
pyrex_name = path + '.pyx'
220
221
if sys.platform == 'win32':
221
222
# pyrex uses the macro WIN32 to detect the platform, even though it should
222
223
# be using something like _WIN32 or MS_WINDOWS, oh well, we can give it the