cython-devel
Thread
Date
Earlier messages
Later messages
Messages by Thread
Re: [Cython] "embedsignature" and "autotestdict" features in Py3.4
Stefan Behnel
[Cython] 'Referenced before assignment' warning triggered due to OpenMP directives?
Yury V. Zaytsev
[Cython] BUG: assignment to typed memoryview
Daniele Nicolodi
Re: [Cython] BUG: assignment to typed memoryview
Sturla Molden
Re: [Cython] BUG: assignment to typed memoryview
Daniele Nicolodi
[Cython] Cython crash when using forward declarations
Vinay Sajip
[Cython] Fwd: [cython-users] How cythonize support c++?
Stefan Behnel
[Cython] question on Get/SetItemInt*() utility functions
Stefan Behnel
Re: [Cython] question on Get/SetItemInt*() utility functions
Stefan Behnel
Re: [Cython] question on Get/SetItemInt*() utility functions
Stefan Behnel
Re: [Cython] question on Get/SetItemInt*() utility functions
Stefan Behnel
[Cython] Bug Report: can't assign zero length array to contiguous 2D memoryview
Josh Ayers
[Cython] Bug report: some incorrect typed memoryview indexing operations cause crashes
James Sanders
[Cython] Supporting new and old NumPy C API
Frédéric Bastien
[Cython] Files with executable bit on
Lisandro Dalcin
Re: [Cython] Files with executable bit on
Robert Bradshaw
[Cython] "Stack" checker for undefined behaviour in C code
Stefan Behnel
Re: [Cython] [cython-users] "Stack" checker for undefined behaviour in C code
Lisandro Dalcin
Re: [Cython] [cython-users] "Stack" checker for undefined behaviour in C code
Lisandro Dalcin
Re: [Cython] [cython-users] "Stack" checker for undefined behaviour in C code
Stefan Behnel
Re: [Cython] [cython-users] "Stack" checker for undefined behaviour in C code
Lisandro Dalcin
Re: [Cython] [cython-users] "Stack" checker for undefined behaviour in C code
Lisandro Dalcin
Re: [Cython] [cython-users] "Stack" checker for undefined behaviour in C code
Stefan Behnel
[Cython] Cython 0.19.2 released
Stefan Behnel
Re: [Cython] Cython 0.19.2 released
Arfrever Frehtes Taifersar Arahesis
Re: [Cython] Cython 0.19.2 released
Christoph Gohlke
[Cython] preparing 0.19.2 for this weekend
Stefan Behnel
Re: [Cython] preparing 0.19.2 for this weekend
Yury V. Zaytsev
Re: [Cython] preparing 0.19.2 for this weekend
Stefan Behnel
[Cython] State of PyPy compatibility wrt. arrays, incl. NumPy
Yury V. Zaytsev
Re: [Cython] State of PyPy compatibility wrt. arrays, incl. NumPy
Stefan Behnel
Re: [Cython] State of PyPy compatibility wrt. arrays, incl. NumPy
Yury V. Zaytsev
[Cython] Memory leak when using Typed Memory View and np array of objects
Haijie Gu
[Cython] Declaration syntax change
Robert Bradshaw
Re: [Cython] Declaration syntax change
Stefan Behnel
Re: [Cython] Declaration syntax change
Greg Ewing
Re: [Cython] Declaration syntax change
Stefan Behnel
Re: [Cython] Declaration syntax change
Nathaniel Smith
Re: [Cython] Declaration syntax change
Stefan Behnel
Re: [Cython] Declaration syntax change
Nathaniel Smith
Re: [Cython] Declaration syntax change
Robert Bradshaw
Re: [Cython] Declaration syntax change
Nathaniel Smith
Re: [Cython] Declaration syntax change
Robert Bradshaw
Re: [Cython] Declaration syntax change
Chuck Blake
Re: [Cython] Declaration syntax change
Robert Bradshaw
Re: [Cython] Declaration syntax change
Chuck Blake
Re: [Cython] Declaration syntax change
Robert Bradshaw
[Cython] Release plan for 0.20?
Stefan Behnel
[Cython] cython wiki
William Stein
[Cython] Cython wiki
Robert Bradshaw
[Cython] Memory leak of memoryview attributes in cdef subclasses
Daniel, Bruno
Re: [Cython] Memory leak of memoryview attributes in cdef subclasses
Pauli Virtanen
Re: [Cython] Memory leak of memoryview attributes in cdef subclasses
Daniel, Bruno
[Cython] Improving compile times for Cython extensions with C sources
Wes McKinney
Re: [Cython] Improving compile times for Cython extensions with C sources
Robert Bradshaw
Re: [Cython] Improving compile times for Cython extensions with C sources
Wes McKinney
[Cython] Assign from array to scalar
Emmanuel Gil Peyrot
[Cython] Appending a dict to a struct vector creates invalid code
Joonas Paalasmaa
[Cython] Metaclass bug corrupts the heap
Dénes Vadász
Re: [Cython] Metaclass bug corrupts the heap
Robert Bradshaw
Re: [Cython] Metaclass bug corrupts the heap
Stefan Behnel
[Cython] memoryviews bloat?
Robert Bradshaw
Re: [Cython] memoryviews bloat?
Sturla Molden
Re: [Cython] memoryviews bloat?
Stefan Behnel
Re: [Cython] memoryviews bloat?
Sturla Molden
[Cython] redesigning extension modules, avoiding static global C state
Stefan Behnel
[Cython] Should we monkey patch inspect.isfunction() ?
Stefan Behnel
Re: [Cython] Should we monkey patch inspect.isfunction() ?
Vitja Makarov
Re: [Cython] [cython-users] Re: wiki spam
Robert Bradshaw
[Cython] Problem with final cdef methods
Stefan Behnel
Re: [Cython] Problem with final cdef methods
Vitja Makarov
Re: [Cython] Problem with final cdef methods
Nikita Nemkin
Re: [Cython] Problem with final cdef methods
Stefan Behnel
Re: [Cython] Problem with final cdef methods
Nikita Nemkin
Re: [Cython] Problem with final cdef methods
Stefan Behnel
Re: [Cython] Problem with final cdef methods
Stefan Behnel
[Cython] bug in cythonize dependency tracking?
Felix Salfelder
Re: [Cython] bug in cythonize dependency tracking?
Stefan Behnel
Re: [Cython] bug in cythonize dependency tracking?
Felix Salfelder
Re: [Cython] bug in cythonize dependency tracking?
Stefan Behnel
[Cython] Likely bug: compilation failure on aliased cimport + subclass interaction
Matěj Laitl
Re: [Cython] Likely bug: compilation failure on aliased cimport + subclass interaction
Matěj Laitl
[Cython] A bug when declare array.
yi huang
Re: [Cython] A bug when declare array.
Robert Bradshaw
Re: [Cython] A bug when declare array.
Sturla Molden
Re: [Cython] A bug when declare array.
yi huang
Re: [Cython] [cython-users] Confused by user's guide
Robert Bradshaw
Re: [Cython] [cython-users] Confused by user's guide
Stefan Behnel
Re: [Cython] [cython-users] Confused by user's guide
Robert Bradshaw
[Cython] new "cythonize" script
Stefan Behnel
Re: [Cython] [cython-users] new "cythonize" script
Robert Bradshaw
[Cython] Fwd: [cython] no_gc_clear implementation (disable tp_clear) + doc and tests (#248)
Stefan Behnel
[Cython] Git tag for 0.19.1?
Lisandro Dalcin
Re: [Cython] Git tag for 0.19.1?
Stefan Behnel
[Cython] PEP 442: safe object finalisation
Stefan Behnel
Re: [Cython] PEP 442: safe object finalisation
Torsten Landschoff
Re: [Cython] PEP 442: safe object finalisation
Stefan Behnel
Re: [Cython] PEP 442: safe object finalisation
Stefan Behnel
[Cython] [Fwd: [cython-users] Conditional compilation of Cython code / preprocessor / external conditions]
Yury V. Zaytsev
[Cython] Windows Debug build improvement
Wolfgang
Re: [Cython] Windows Debug build improvement
Nikita Nemkin
Re: [Cython] Windows Debug build improvement
Robert Bradshaw
Re: [Cython] Windows Debug build improvement
WL
Re: [Cython] Windows Debug build improvement
Robert Bradshaw
[Cython] Windows Debug build improvement
Wolfgang
[Cython] typo in buffers.pxd?
Lev Givon
[Cython] Cython compiler directives: c_string_encoding
Hannes Röst
Re: [Cython] Cython compiler directives: c_string_encoding
Stefan Behnel
Re: [Cython] Cython compiler directives: c_string_encoding
Hannes Röst
[Cython] Bug: C++ strings defined in a PXD file are empty
Yury V. Zaytsev
Re: [Cython] Bug: C++ strings defined in a PXD file are empty
Stefan Behnel
[Cython] Difference between Cython / Python isinstance() vs. NumPy scalars, whose bug is this?
Yury V. Zaytsev
Re: [Cython] Difference between Cython / Python isinstance() vs. NumPy scalars, Python bug?
Yury V. Zaytsev
Re: [Cython] Difference between Cython / Python isinstance() vs. NumPy scalars, NumPy bug!
Yury V. Zaytsev
[Cython] next releases
Stefan Behnel
[Cython] getting rid of redundancy in the docs
Stefan Behnel
Re: [Cython] getting rid of redundancy in the docs
Anthony Scopatz
Re: [Cython] getting rid of redundancy in the docs
Robert Bradshaw
[Cython] Py3 annotation syntax for static typing
Stefan Behnel
Re: [Cython] Py3 annotation syntax for static typing
Stefan Behnel
[Cython] Bug report: compiler traceback instead of error message
John Benediktsson
Re: [Cython] Bug report: compiler traceback instead of error message
Robert Bradshaw
[Cython] Update xdress link
Anthony Scopatz
Re: [Cython] Update xdress link
Robert Bradshaw
Re: [Cython] Update xdress link
Anthony Scopatz
[Cython] Sage build broken on Jenkins
Stefan Behnel
[Cython] Cython and Py2.6/Py2.7 format() differences: '{}' vs. '{0}'
Yury V. Zaytsev
Re: [Cython] Cython and Py2.6/Py2.7 format() differences: '{}' vs. '{0}'
Stefan Behnel
Re: [Cython] Cython and Py2.6/Py2.7 format() differences: '{}' vs. '{0}'
Yury V. Zaytsev
Re: [Cython] Cython and Py2.6/Py2.7 format() differences: '{}' vs. '{0}'
Stefan Behnel
[Cython] Memory views: dereferencing pointer does break strict-aliasing rules
Yury V. Zaytsev
Re: [Cython] Memory views: dereferencing pointer does break strict-aliasing rules
Robert Bradshaw
Re: [Cython] Memory views: dereferencing pointer does break strict-aliasing rules
Yury V. Zaytsev
Re: [Cython] Memory views: dereferencing pointer does break strict-aliasing rules
David Cournapeau
Re: [Cython] Memory views: dereferencing pointer does break strict-aliasing rules
Robert Bradshaw
Re: [Cython] Memory views: dereferencing pointer does break strict-aliasing rules
Stefan Behnel
Re: [Cython] Memory views: dereferencing pointer does break strict-aliasing rules
Robert Bradshaw
[Cython] Python type assignment errors (was: [cython-users] How to prevent garbage collecting an object?)
Stefan Behnel
[Cython] ANN: XDress v0.2
Anthony Scopatz
[Cython] patch for #655
Felix Salfelder
Re: [Cython] patch for #655
Robert Bradshaw
Re: [Cython] patch for #655
Felix Salfelder
Re: [Cython] patch for #655
Stefan Behnel
Re: [Cython] patch for #655
Felix Salfelder
Re: [Cython] patch for #655
Robert Bradshaw
Re: [Cython] patch for #655
Felix Salfelder
Re: [Cython] patch for #655
Robert Bradshaw
Re: [Cython] patch for #655
Felix Salfelder
Re: [Cython] patch for #655
Robert Bradshaw
Re: [Cython] patch for #655
Felix Salfelder
Re: [Cython] patch for #655
Stefan Behnel
Re: [Cython] patch for #655
Felix Salfelder
Re: [Cython] patch for #655
Stefan Behnel
Re: [Cython] patch for #655
Robert Bradshaw
Re: [Cython] patch for #655
Felix Salfelder
[Cython] Time to close relative import ticket on Trac?
W. Trevor King
ACÍLIO JOÃO CARLOS MOREIRA DE CARVALHO AMORIM NETO
Michael Klein
[Cython] Funny idea: interpreted def functions
Nikita Nemkin
Re: [Cython] Funny idea: interpreted def functions
Stefan Behnel
Re: [Cython] Funny idea: interpreted def functions
Nikita Nemkin
[Cython] Feature proposal: conditional cast with None
Nikita Nemkin
Re: [Cython] Feature proposal: conditional cast with None
Stefan Behnel
Re: [Cython] Feature proposal: conditional cast with None
Nikita Nemkin
[Cython] Conditional cast and builtin types
Nikita Nemkin
Re: [Cython] Conditional cast and builtin types
Stefan Behnel
Re: [Cython] Conditional cast and builtin types
Robert Bradshaw
[Cython] array.array member renaming
Nikita Nemkin
Re: [Cython] array.array member renaming
Stefan Behnel
Re: [Cython] array.array member renaming
Nikita Nemkin
Re: [Cython] array.array member renaming
Stefan Behnel
Re: [Cython] array.array member renaming
Nikita Nemkin
[Cython] Memory views not working on Python 2.6.6, NumPy 1.3.0, doing smth wrong?
Yury V. Zaytsev
Re: [Cython] Memory views not working on Python 2.6.6, NumPy 1.3.0, doing smth wrong?
Sturla Molden
[Cython] C data type and a C function() sharing the same name
Marin Atanasov Nikolov
Re: [Cython] C data type and a C function() sharing the same name
Nikita Nemkin
Re: [Cython] C data type and a C function() sharing the same name
Marin Atanasov Nikolov
Re: [Cython] C data type and a C function() sharing the same name
Robert Bradshaw
[Cython] Core dump when Python is built without debug symbols
Marin Atanasov Nikolov
Re: [Cython] Core dump when Python is built without debug symbols
Nikita Nemkin
Re: [Cython] Core dump when Python is built without debug symbols
Marin Atanasov Nikolov
Re: [Cython] Core dump when Python is built without debug symbols
Nikita Nemkin
Re: [Cython] Core dump when Python is built without debug symbols
Marin Atanasov Nikolov
[Cython] Compiler crash on unmatched kwarg
Emmanuel Gil Peyrot
[Cython] Demos is not build
Alexander Belchenko
[Cython] Old style dependency tracking
Nikita Nemkin
Re: [Cython] Old style dependency tracking
Robert Bradshaw
[Cython] Exception check optimization
Nikita Nemkin
Re: [Cython] Exception check optimization
Robert Bradshaw
Re: [Cython] Exception check optimization
Nikita Nemkin
Re: [Cython] Exception check optimization
Stefan Behnel
[Cython] How should be C-clobal deletion handled?
Vitja Makarov
Re: [Cython] How should be C-clobal deletion handled?
Greg Ewing
Re: [Cython] How should be C-clobal deletion handled?
Robert Bradshaw
Re: [Cython] How should be C-clobal deletion handled?
Stefan Behnel
Re: [Cython] How should be C-clobal deletion handled?
Vitja Makarov
Re: [Cython] How should be C-clobal deletion handled?
Nikita Nemkin
Re: [Cython] How should be C-clobal deletion handled?
Robert Bradshaw
Re: [Cython] How should be C-clobal deletion handled?
Vitja Makarov
[Cython] Compiler crash fix
Nikita Nemkin
Re: [Cython] Compiler crash fix
mark florisson
Earlier messages
Later messages