initialise all fields to 0 when using object structs from the freelist
Stefan Behnel authored
--HG--
extra : rebase_source : 346e99306b247c116d988b58802ed7e7eb62754c
199b5c5c
Name Last commit Last update
Cython initialise all fields to 0 when using object structs from the freelist
Demos Overflow benchmarks.
Doc Add __getattribute__ to documentation.
Tools enable 'optimize.inline_defnode_calls' in cystdlib.py build script
bin moved cythonrun implementation into Cython/Build/BuildExecutable.py to make it generally available
docs Merge remote-tracking branch 'main/master'
pyximport fix import of pyx modules when '' is in sys.path
tests initialise all fields to 0 when using object structs from the freelist
.gitignore Add support for tox (http://tox.testrun.org/)
.hgignore added *.o to ignored files
.hgtags Added tag 0.18 for changeset 76f33728e853
.travis.yml disable Py2.5 builds in travis - their installation appears to be broken
CHANGES.rst Merge remote-tracking branch 'main/master'
COPYING.txt Fix COPYING.txt.
INSTALL.txt Remove trailing whitespace.
LICENSE.txt Fixes the lineends in LICENSE.txt
MANIFEST.in Include CHANGES.rst into the source distribution
Makefile Fix make repo.
README.txt Fix hg/git in readme.
ToDo.txt Remove trailing whitespace.
USAGE.txt Remove trailing whitespace.
cygdb.py scripts with shebangs <-> executable + uniform use of #!/usr/bin/env python
cython.py Make cython.py executable and add Unix shebang
runtests.py simplify evaluation of --cython-only option in test runner
setup.py BF: replace show-ref with rev-parse --verify for determining current commit
setupegg.py
tox.ini