Hi, Lisandro Dalcin wrote: > if full_module_name is None: > full_module_name, _ = os.path.splitext(source) > full_module_name = re.sub(r'[\\/]', '.', full_module_name) > full_module_name = re.sub(r'[^\w.]', '_', full_module_name) > > Iff I comment-out those lines, then all works with your latest patch.
another good catch, thanks! Stefan _______________________________________________ Cython-dev mailing list [email protected] http://codespeak.net/mailman/listinfo/cython-dev
