An error occurred fetching the project authors.
- 29 Sep, 2017 3 commits
-
-
Ronan Lamy authored
-
Stefan Behnel authored
This reverts commit 53327193.
-
Stefan Behnel authored
-
- 27 Sep, 2017 1 commit
-
-
Stefan Behnel authored
Rewrite tp_dealloc() of fused types functions to correctly disable GC before starting to clean up references.
-
- 12 Sep, 2017 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 10 Sep, 2017 1 commit
-
-
Stefan Behnel authored
Avoid using PySequence_ITEM() on METH_O calls as it involves much more overhead than PyTuple_GET_ITEM(). Also assume that we do not need to keep an extra reference to an item that we took from a call args tuple because someone else should at least hold a reference to that tuple.
-
- 31 Jul, 2017 1 commit
-
-
Stefan Behnel authored
-
- 29 Jun, 2017 1 commit
-
-
Robert Bradshaw authored
-
- 04 Sep, 2016 1 commit
-
-
Stefan Behnel authored
Repair calls to fused staticmethods : we currently generate the wrong C signature for them (first arg becomes 'self' arg), so this change works around that by really passing the first argument as 'self'. Eventually, ths signature should be fixed instead.
-
- 03 Sep, 2016 1 commit
-
-
Stefan Behnel authored
-
- 27 Aug, 2016 1 commit
-
-
Stefan Behnel authored
enables line tracing etc.
-
- 16 Aug, 2016 1 commit
-
-
Stefan Behnel authored
-
- 07 Aug, 2016 1 commit
-
-
Boxiang Sun authored
Pyston is another Python implementation. More like CPython + JIT. Patch Cython to add Pyston support.
-
- 30 Jul, 2016 1 commit
-
-
Stefan Behnel authored
replace generic "COMPILING_IN_*" C macros with feature specific guards that allow a more fine-grained adaptation to C-API implementations
-
- 17 Mar, 2016 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 07 Feb, 2016 1 commit
-
-
Stefan Behnel authored
use slightly faster PyObject_Malloc() instead of PyMem_Malloc() for small memory allocation needs (<= 512 bytes)
-
- 23 May, 2015 1 commit
-
-
Stefan Behnel authored
split Cython's Generator type into separate Coroutine and Generator types to prepare PEP 492 implementation
-
- 03 May, 2015 1 commit
-
-
Stefan Behnel authored
-
- 12 Apr, 2015 1 commit
-
-
Stefan Behnel authored
-
- 11 Apr, 2015 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 23 Dec, 2014 1 commit
-
-
Lars Buitinck authored
-
- 29 Oct, 2014 1 commit
-
-
Stefan Behnel authored
-
- 08 Oct, 2014 1 commit
-
-
Stefan Behnel authored
-
- 31 Aug, 2014 1 commit
-
-
Lisandro Dalcin authored
* Remove macros __Pyx_{NAME|DOC}STR * Remove macros __Pyx_{Get|Set|Del}AttrString * Remove macro __Pyx_PyIndex_Check * Remove workaround for missing BaseException in builtins
-
- 08 Aug, 2014 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 02 Aug, 2014 2 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 26 Feb, 2014 1 commit
-
-
Stefan Behnel authored
-
- 23 Feb, 2014 1 commit
-
-
Robert Bradshaw authored
-
- 22 Feb, 2014 3 commits
-
-
Robert Bradshaw authored
-
Robert Bradshaw authored
-
Stefan Behnel authored
get rid of __signature__ property for cyfunctions again as inspect.py in Py3.4 can do the same thing more efficiently all by itself now (only commenting it out because it could potentially become a feature again at some point)
-
- 14 Feb, 2014 3 commits
-
-
Stefan Behnel authored
-
Stefan Behnel authored
-
Stefan Behnel authored
-
- 02 Feb, 2014 1 commit
-
-
Stefan Behnel authored
-