cython-devel
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [Cython] heads-up on master branch status
Stefan Behnel
Re: [Cython] heads-up on master branch status
Robert Bradshaw
[Cython] Compiler crash: forward declaration of cdef class with "public" attributes
Alok Singhal
Re: [Cython] Compiler crash: forward declaration of cdef class with "public" attributes
Robert Bradshaw
Re: [Cython] Compiler crash: forward declaration of cdef class with "public" attributes
Alok Singhal
Re: [Cython] Compiler crash: forward declaration of cdef class with "public" attributes
Robert Bradshaw
Re: [Cython] Compiler crash: forward declaration of cdef class with "public" attributes
Alok Singhal
[Cython] memory view creation during cascaded assignments
Stefan Behnel
Re: [Cython] memory view creation during cascaded assignments
Mark Florisson
Re: [Cython] memory view creation during cascaded assignments
Stefan Behnel
[Cython] Travis-ci builds of OSX wheels
Matthew Brett
Re: [Cython] Travis-ci builds of OSX wheels
Robert Bradshaw
Re: [Cython] Travis-ci builds of OSX wheels
Matthew Brett
Re: [Cython] Travis-ci builds of OSX wheels
Robert Bradshaw
Re: [Cython] Travis-ci builds of OSX wheels
Matthew Brett
Re: [Cython] Travis-ci builds of OSX wheels
Robert Bradshaw
Re: [Cython] Travis-ci builds of OSX wheels
Matthew Brett
Re: [Cython] Travis-ci builds of OSX wheels
Robert Bradshaw
Re: [Cython] Travis-ci builds of OSX wheels
Matthew Brett
[Cython] NumPy 1.7+ warnings
Stefan Behnel
Re: [Cython] NumPy 1.7+ warnings
Frédéric Bastien
[Cython] Cython bugfix release
Robert Bradshaw
Re: [Cython] Cython bugfix release
Yaroslav Halchenko
Re: [Cython] Cython bugfix release
Yaroslav Halchenko
Re: [Cython] Cython bugfix release
Yaroslav Halchenko
Re: [Cython] Cython bugfix release
Robert Bradshaw
Re: [Cython] Cython bugfix release
Julian Taylor
Re: [Cython] Cython bugfix release
Yaroslav Halchenko
Re: [Cython] Cython bugfix release
Yaroslav Halchenko
[Cython] JyNI - C-API emulation for Jython
Stefan Behnel
Re: [Cython] JyNI - C-API emulation for Jython
Robert Bradshaw
[Cython] any more changes for 0.21?
Stefan Behnel
Re: [Cython] any more changes for 0.21?
Robert Bradshaw
Re: [Cython] any more changes for 0.21?
Robert Bradshaw
Re: [Cython] any more changes for 0.21?
Robert Bradshaw
Re: [Cython] any more changes for 0.21?
Robert Bradshaw
[Cython] Cython 0.20.2 beta
Robert Bradshaw
Re: [Cython] Cython 0.20.2 beta
Robert Bradshaw
[Cython] Wrong order of __Pyx_DECREF when calling a function with an implicit str → char* conversion.
Emmanuel Gil Peyrot
Re: [Cython] Wrong order of __Pyx_DECREF when calling a function with an implicit str → char* conversion.
Stefan Behnel
Re: [Cython] Wrong order of __Pyx_DECREF when calling a function with an implicit str → char* conversion.
Stefan Behnel
Re: [Cython] Wrong order of __Pyx_DECREF when calling a function with an implicit str → char* conversion.
Stefan Behnel
Re: [Cython] Wrong order of __Pyx_DECREF when calling a function with an implicit str → char* conversion.
Greg Ewing
Re: [Cython] Wrong order of __Pyx_DECREF when calling a function with an implicit str → char* conversion.
Stefan Behnel
[Cython] undefined reference to `__Pyx_PyInt_As_unsigned_int error
Joshua Adelman
[Cython] Bug in C code generation
Ulf Worsoe
Re: [Cython] Bug in C code generation
Stefan Behnel
[Cython] GCC Pxd
Philip Herron
Re: [Cython] GCC Pxd
Philip Herron
[Cython] MPI_Type_create_hindexed_block() segfaults
Lisandro Dalcin
Re: [Cython] MPI_Type_create_hindexed_block() segfaults
Lisandro Dalcin
[Cython] Move IPython's cython extension to cython
Martín Gaitán
Re: [Cython] Move IPython's cython extension to cython
Robert Bradshaw
Re: [Cython] Move IPython's cython extension to cython
Martín Gaitán
Re: [Cython] Move IPython's cython extension to cython
Stefan Behnel
Re: [Cython] Move IPython's cython extension to cython
Martín Gaitán
Re: [Cython] Move IPython's cython extension to cython
Martín Gaitán
Re: [Cython] Move IPython's cython extension to cython
Stefan Behnel
[Cython] memoryview slice transpose
Syam Gadde
Re: [Cython] memoryview slice transpose
Stefan Behnel
Re: [Cython] memoryview slice transpose
Syam Gadde
[Cython] Fused type signature resolution failures
Pauli Virtanen
Re: [Cython] Fused type signature resolution failures
Stefan Behnel
Re: [Cython] Fused type signature resolution failures
Pauli Virtanen
Re: [Cython] Fused type signature resolution failures
Stefan Behnel
Re: [Cython] Numpy Deprecation Warnings
Anthony Scopatz
Re: [Cython] Numpy Deprecation Warnings
Stefan Behnel
[Cython] Too many instantiations with fused type memoryviews
Pauli Virtanen
Re: [Cython] Too many instantiations with fused type memoryviews
Stefan Behnel
Re: [Cython] Too many instantiations with fused type memoryviews
Pauli Virtanen
Re: [Cython] Too many instantiations with fused type memoryviews
Stefan Behnel
Re: [Cython] Too many instantiations with fused type memoryviews
Pauli Virtanen
Re: [Cython] Too many instantiations with fused type memoryviews
Pauli Virtanen
Re: [Cython] Too many instantiations with fused type memoryviews
Sturla Molden
[Cython] Crash with freelist() and __slots__
Stefan Behnel
Re: [Cython] Crash with freelist() and __slots__
Robert Bradshaw
Re: [Cython] Crash with freelist() and __slots__
Stefan Behnel
[Cython] line tracing/profiling code objects
Syam Gadde
Re: [Cython] line tracing/profiling code objects
Stefan Behnel
Re: [Cython] line tracing/profiling code objects
Syam Gadde
[Cython] ANN: XDress v0.4
Anthony Scopatz
[Cython] 0.20.2
Stefan Behnel
Re: [Cython] 0.20.2
Stefan Behnel
Re: [Cython] 0.20.2
Robert Bradshaw
[Cython] Invalid C++ with Python and C++ iterators (not compiling CLang)
Gael Varoquaux
Re: [Cython] Invalid C++ with Python and C++ iterators (not compiling CLang)
Robert Bradshaw
[Cython] Cython 0.20.1 released
Robert Bradshaw
Re: [Cython] Cython 0.20.1 released
Arfrever Frehtes Taifersar Arahesis
Re: [Cython] Cython 0.20.1 released
Arfrever Frehtes Taifersar Arahesis
Re: [Cython] Cython 0.20.1 released
Stefan Behnel
[Cython] Bugfix release 0.20.1 release candidate
Robert Bradshaw
[Cython] Bug: Memoryview of struct with adjacent string fields does not detect string boundaries
Joshua Adelman
Re: [Cython] Bug: Memoryview of struct with adjacent string fields does not detect string boundaries
Stefan Behnel
[Cython] CPython ticket on allowing non-ASCII names for extension modules
Stefan Behnel
Re: [Cython] Bug: _PyType_Lookup shortcut in Cython 0.20 breaks lookup of __exit__ in Python 2.6
Stefan Behnel
Re: [Cython] Bug: _PyType_Lookup shortcut in Cython 0.20 breaks lookup of __exit__ in Python 2.6
Wouter Bolsterlee
Re: [Cython] Bug: _PyType_Lookup shortcut in Cython 0.20 breaks lookup of __exit__ in Python 2.6
Stefan Behnel
[Cython] breaking news in Py3.4: inspect.isfunction(cyfunction) == True
Stefan Behnel
[Cython] inspect.isbuiltin(cyfunction) and inheritance from PyCFunction (was: breaking news in Py3.4: inspect.isfunction(cyfunction) == True)
Stefan Behnel
Re: [Cython] inspect.isbuiltin(cyfunction) and inheritance from PyCFunction
Stefan Behnel
Re: [Cython] inspect.isbuiltin(cyfunction) and inheritance from PyCFunction
Stefan Behnel
[Cython] Sage build problem
Stefan Behnel
[Cython] Broken list multiplication
R. Andrew Ohana
Re: [Cython] Broken list multiplication
Stefan Behnel
Re: [Cython] Broken list multiplication
Robert Bradshaw
Re: [Cython] Broken list multiplication
Robert Bradshaw
Re: [Cython] Broken list multiplication
Stefan Behnel
[Cython] 0.20.1 bug fix release (was: Broken list multiplication)
Stefan Behnel
Re: [Cython] 0.20.1 bug fix release (was: Broken list multiplication)
Robert Bradshaw
Re: [Cython] 0.20.1 bug fix release
Stefan Behnel
[Cython] memoryview refcount error
Syam Gadde
Re: [Cython] memoryview refcount error
Syam Gadde
[Cython] 0.20 tests fail with python3.4b2
Julian Taylor
Re: [Cython] 0.20 tests fail with python3.4b2
Stefan Behnel
[Cython] C code churn and benchmark diffs
Stefan Behnel
[Cython] segfault due to using DECREF instead of XDECREF
Syam Gadde
Re: [Cython] segfault due to using DECREF instead of XDECREF
Stefan Behnel
Re: [Cython] segfault due to using DECREF instead of XDECREF
Syam Gadde
Re: [Cython] segfault due to using DECREF instead of XDECREF
Victor Makarov
Re: [Cython] segfault due to using DECREF instead of XDECREF
Stefan Behnel
Re: [Cython] segfault due to using DECREF instead of XDECREF
Victor Makarov
Re: [Cython] segfault due to using DECREF instead of XDECREF
Stefan Behnel
Re: [Cython] segfault due to using DECREF instead of XDECREF
Victor Makarov
[Cython] flow control analysis of expressions (was: segfault due to using DECREF instead of XDECREF)
Stefan Behnel
[Cython] bytearray tests fail with default unsigned char
Julian Taylor
Re: [Cython] bytearray tests fail with default unsigned char
Stefan Behnel
[Cython] Compiler crash in RemoveUnreachableCode
Andriy Kornatskyy
Re: [Cython] Compiler crash in RemoveUnreachableCode
Stefan Behnel
Re: [Cython] Compiler crash in RemoveUnreachableCode
Andriy Kornatskyy
Re: [Cython] Compiler crash in RemoveUnreachableCode
Stefan Behnel
Re: [Cython] Compiler crash in RemoveUnreachableCode
Andriy Kornatskyy
Re: [Cython] Compiler crash in RemoveUnreachableCode
Stefan Behnel
Re: [Cython] Compiler crash in RemoveUnreachableCode
Stefan Behnel
Re: [Cython] Compiler crash in RemoveUnreachableCode
Andriy Kornatskyy
[Cython] Cython 0.20 release
Robert Bradshaw
Re: [Cython] Cython 0.20 release
Arfrever Frehtes Taifersar Arahesis
Re: [Cython] Cython 0.20 release
Stefan Behnel
[Cython] assignment to reference argument bug, revisited
Robert Byrnes
[Cython] Cython 0.20 release candidates
Robert Bradshaw
[Cython] remove timestamps from generated source files
Julian Taylor
Re: [Cython] remove timestamps from generated source files
Robert Bradshaw
Re: [Cython] remove timestamps from generated source files
Julian Taylor
[Cython] h5py build broken by 0.20b2
Julian Taylor
Re: [Cython] h5py build broken by 0.20b2
Stefan Behnel
Re: [Cython] h5py build broken by 0.20b2
Julian Taylor
Re: [Cython] h5py build broken by 0.20b2
Robert Bradshaw
Re: [Cython] h5py build broken by 0.20b2
Julian Taylor
[Cython] libimobiledevice build broken by 0.20b2
Julian Taylor
Re: [Cython] libimobiledevice build broken by 0.20b2
Robert Bradshaw
Re: [Cython] libimobiledevice build broken by 0.20b2
Julian Taylor
Re: [Cython] libimobiledevice build broken by 0.20b2
Stefan Behnel
[Cython] Cython 0.20 beta 2
Robert Bradshaw
Re: [Cython] Cython 0.20 beta 2
Stefan Behnel
[Cython] tp_alloc() vs. object.__new__() (was: Cython 0.20 beta 2)
Stefan Behnel
Re: [Cython] tp_alloc() vs. object.__new__() (was: Cython 0.20 beta 2)
Robert Bradshaw
Re: [Cython] Cython 0.20 beta 2
Robert Bradshaw
Re: [Cython] Cython 0.20 beta 2
Christoph Gohlke
Re: [Cython] Cython 0.20 beta 2
Stefan Behnel
Re: [Cython] Cython 0.20 beta 2
Robert Bradshaw
Re: [Cython] Cython 0.20 beta 2
Christoph Gohlke
Re: [Cython] Cython 0.20 beta 2
Robert Bradshaw
Re: [Cython] Cython 0.20 beta 2
Christoph Gohlke
Re: [Cython] Cython 0.20 beta 2
Stefan Behnel
Re: [Cython] [cython-users] which __new__ to use?
Stefan Behnel
Re: [Cython] [cython-users] which __new__ to use?
Stefan Behnel
Re: [Cython] [cython-users] which __new__ to use?
Stefan Behnel
Re: [Cython] [cython-users] which __new__ to use?
Stefan Behnel
Re: [Cython] [cython-users] which __new__ to use?
Stefan Behnel
[Cython] cdef class tp_new should call PyBaseObject_Type.tp_new?
Simon Jagoe
Re: [Cython] cdef class tp_new should call PyBaseObject_Type.tp_new?
Stefan Behnel
Re: [Cython] cdef class tp_new should call PyBaseObject_Type.tp_new?
Simon Jagoe
Re: [Cython] cdef class tp_new should call PyBaseObject_Type.tp_new?
Stefan Behnel
Re: [Cython] cdef class tp_new should call PyBaseObject_Type.tp_new?
Stefan Behnel
Re: [Cython] cdef class tp_new should call PyBaseObject_Type.tp_new?
Simon Jagoe
[Cython] Possible bug in Python string to C++ string conversion
Brunick, Gerard:(Constellation)
[Cython] Cython 0.20 beta 1
Robert Bradshaw
Re: [Cython] [cython-users] Re: Cython 0.20 beta 1
Stefan Behnel
Re: [Cython] [cython-users] Re: Cython 0.20 beta 1
Stefan Behnel
Re: [Cython] [cython-users] Re: Cython 0.20 beta 1
Stefan Behnel
[Cython] "relaxed_strides" test broken with NumPy 1.8
Stefan Behnel
Re: [Cython] "relaxed_strides" test broken with NumPy 1.8
mark florisson
Re: [Cython] "relaxed_strides" test broken with NumPy 1.8
Stefan Behnel
Re: [Cython] "relaxed_strides" test broken with NumPy 1.8
Stefan Behnel
Re: [Cython] "relaxed_strides" test broken with NumPy 1.8
Robert Bradshaw
Re: [Cython] "relaxed_strides" test broken with NumPy 1.8
Stefan Behnel
Re: [Cython] "relaxed_strides" test broken with NumPy 1.8
Nathaniel Smith
Re: [Cython] "relaxed_strides" test broken with NumPy 1.8
Robert Bradshaw
Re: [Cython] "relaxed_strides" test broken with NumPy 1.8
Nathaniel Smith
Re: [Cython] "relaxed_strides" test broken with NumPy 1.8
Stefan Behnel
Re: [Cython] "relaxed_strides" test broken with NumPy 1.8
Stefan Behnel
Re: [Cython] "relaxed_strides" test broken with NumPy 1.8
Stefan Behnel
Re: [Cython] "relaxed_strides" test broken with NumPy 1.8
Nathaniel Smith
Re: [Cython] "relaxed_strides" test broken with NumPy 1.8
Stefan Behnel
Re: [Cython] "relaxed_strides" test broken with NumPy 1.8
Stefan Behnel
Re: [Cython] "relaxed_strides" test broken with NumPy 1.8
Sebastian Berg
Re: [Cython] "relaxed_strides" test broken with NumPy 1.8
Nathaniel Smith
[Cython] Seemingly incorrect specialization of templates
Vinay Sajip
Re: [Cython] Seemingly incorrect specialization of templates
Vinay Sajip
[Cython] "embedsignature" and "autotestdict" features in Py3.4
Stefan Behnel
Re: [Cython] "embedsignature" and "autotestdict" features in Py3.4
Robert Bradshaw
Earlier messages
Later messages