- 08 Aug, 2013 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
make the NULL-instead-of-None change in tp_clear() optional and off by default - breaks too much code for now
-
Stefan Behnel authored
-
scoder authored
Assignmment based type inference
-
scoder authored
no_gc_clear implementation (disable tp_clear) + doc and tests
-
- 06 Aug, 2013 6 commits
-
-
Stefan Behnel authored
-
Torsten Landschoff authored
-
Torsten Landschoff authored
Per Stefan's comment these are unneeded and actually the tests still pass.
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 04 Aug, 2013 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 03 Aug, 2013 5 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
- 01 Aug, 2013 4 commits
-
-
Torsten Landschoff authored
-
Torsten Landschoff authored
-
Torsten Landschoff authored
This can be useful if some external objects have to be cleaned up when the Python object dies. Otherwise the cyclic garbage collector may drop the references before the cleanup has any chance to run. Includes documentation and a simple unit test. Discussion: http://article.gmane.org/gmane.comp.python.cython.devel/14986
-
Torsten Landschoff authored
Better to crash early than to never know that the reference changed to None. See discussion here: http://article.gmane.org/gmane.comp.python.cython.devel/14833
-
- 27 Jul, 2013 14 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
properly handle expressions at the beginning of func/class/etc. blocks that start with a string literal but are not docstrings
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 26 Jul, 2013 1 commit
-
-
Stefan Behnel authored
always set __path__ for compiled packages and in Py3.3 actually implement finding the file path at module init time by rerunning the import lookup
-