[Cython] Pure python mode
Robert Bradshaw
robertwb at math.washington.edu
Mon Oct 6 19:06:24 CEST 2008
On Oct 6, 2008, at 9:47 AM, Robert Kern wrote:
> Robert Bradshaw wrote:
>> I polished off some more of the pure python mode stuff tonight. I
>> just pushed it to cython-devel. Now you can do stuff like:
>>
>>> import cython # you need a single file to be in your path to use
>>> it in pure Python mode, provided (and installed) with Cython
>
> Hmm, does this cause a problem on systems with case-insensitive
> files? cython.py
> and Cython/ won't actually conflict on the filesystem, but I
> suspect the import
> mechanism may get confused.
Currently all the emulating stuff is in Cython/Shadow.py. Both Cython/
__init__.py and cython.py import it, thus it should work on both case-
sensitive and case-insensitive filesystems.
- Robert
More information about the Cython-dev
mailing list