Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Kirill Smelkov
cython
Repository
199b5c5cbb7c1cf87436406035c3f2d2eceb3a4d
Switch branch/tag
cython
History
Find file
Select Archive Format
Download source code
zip
tar.gz
tar.bz2
tar
Clone
Clone with HTTPS
Open in your IDE
Visual Studio Code
Copy HTTPS clone URL
Copy HTTPS clone URL
https://lab.nexedi.com/kirr/cython.git
initialise all fields to 0 when using object structs from the freelist
Stefan Behnel authored
12 years ago
--HG-- extra : rebase_source : 346e99306b247c116d988b58802ed7e7eb62754c
199b5c5c
Name
Last commit
Last update
Cython
initialise all fields to 0 when using object structs from the freelist
12 years ago
Demos
Overflow benchmarks.
12 years ago
Doc
Add __getattribute__ to documentation.
12 years ago
Tools
enable 'optimize.inline_defnode_calls' in cystdlib.py build script
12 years ago
bin
moved cythonrun implementation into Cython/Build/BuildExecutable.py to make it generally available
13 years ago
docs
Merge remote-tracking branch 'main/master'
12 years ago
pyximport
fix import of pyx modules when '' is in sys.path
12 years ago
tests
initialise all fields to 0 when using object structs from the freelist
12 years ago
.gitignore
Add support for tox (
http://tox.testrun.org/
)
12 years ago
.hgignore
added *.o to ignored files
13 years ago
.hgtags
Added tag 0.18 for changeset 76f33728e853
12 years ago
.travis.yml
disable Py2.5 builds in travis - their installation appears to be broken
12 years ago
CHANGES.rst
Merge remote-tracking branch 'main/master'
12 years ago
COPYING.txt
Fix COPYING.txt.
14 years ago
INSTALL.txt
Remove trailing whitespace.
14 years ago
LICENSE.txt
Fixes the lineends in LICENSE.txt
16 years ago
MANIFEST.in
Include CHANGES.rst into the source distribution
12 years ago
Makefile
Fix make repo.
14 years ago
README.txt
Fix hg/git in readme.
14 years ago
ToDo.txt
Remove trailing whitespace.
14 years ago
USAGE.txt
Remove trailing whitespace.
14 years ago
cygdb.py
scripts with shebangs <-> executable + uniform use of #!/usr/bin/env python
12 years ago
cython.py
Make cython.py executable and add Unix shebang
14 years ago
runtests.py
simplify evaluation of --cython-only option in test runner
12 years ago
setup.py
BF: replace show-ref with rev-parse --verify for determining current commit
12 years ago
setupegg.py
tox.ini
README.txt