Skip to content
/ cython Public
forked from cython/cython

The most widely used Python to C compiler

License

Notifications You must be signed in to change notification settings

ritiek/cython

 
 

Repository files navigation

This custom v3.10.10 branch makes the del keyword do nothing.

Compiling

$ ./configure --prefix=$(pwd)/result --with-pydebug --enable-shared
$ make -j8
$ make install

Experimenting

$ cd result/bin
$ ln -sf python3.10 python
$ LD_LIBRARY_PATH="$(pwd)/../lib/" ./python
>>> a = 10
>>> del a
>>> a
10

About

The most widely used Python to C compiler

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 63.0%
  • C 34.9%
  • C++ 0.7%
  • HTML 0.4%
  • M4 0.4%
  • Batchfile 0.1%
  • Other 0.5%