Groups
Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
Groups
cython-users
Conversations
About
cython-users
1–30 of 4381
Mark all as read
Report group
0 selected
Vizonex
,
David Woods
2
Apr 3
Segfault with Cython Extension reductable_params during module cleanup
From a quick look, there's one recounting issue in `reduce_call` - PyDict_GetItemWithError`
unread,
Segfault with Cython Extension reductable_params during module cleanup
From a quick look, there's one recounting issue in `reduce_call` - PyDict_GetItemWithError`
Apr 3
Vizonex
Apr 3
Segfault triggered during cleanup on cython 3.2.4
Decided to place this here instead on github as this may be fixable however I don't know. While
unread,
Segfault triggered during cleanup on cython 3.2.4
Decided to place this here instead on github as this may be fixable however I don't know. While
Apr 3
David Meyer
,
da-woods
13
Mar 22
How to Allocate smart pointer scratch space per parallel thread
On 03/03/2026 20:40, da-woods wrote: On 02/03/2026 18:47, David Meyer wrote: I have one final
unread,
How to Allocate smart pointer scratch space per parallel thread
On 03/03/2026 20:40, da-woods wrote: On 02/03/2026 18:47, David Meyer wrote: I have one final
Mar 22
Tobias Diez
,
Oscar Benjamin
3
Mar 19
How to deal with transitive linker dependencies
Thanks Oscar (and sorry for the late response). I suppose some of the issues you mentioned (eg ABI
unread,
How to deal with transitive linker dependencies
Thanks Oscar (and sorry for the late response). I suppose some of the issues you mentioned (eg ABI
Mar 19
vinod kc
,
da-woods
8
Feb 14
Cython is slower than ctypes in win32 based gui
Okay. Thank you for your advice. On Saturday, 14 February 2026 at 15:09:06 UTC+5:30 D Woods wrote: It
unread,
Cython is slower than ctypes in win32 based gui
Okay. Thank you for your advice. On Saturday, 14 February 2026 at 15:09:06 UTC+5:30 D Woods wrote: It
Feb 14
wintermute _ki
,
da-woods
2
Jan 12
more than one python file im a resulting shared library
Hi, Cython is essentially built around the model of "one source file"->"one shared
unread,
more than one python file im a resulting shared library
Hi, Cython is essentially built around the model of "one source file"->"one shared
Jan 12
Michael Williamson
,
da-woods
5
12/22/25
Assertion failed: refcnt >= 0 when importing Cython module compiled with mingw32 for 32-bit Windows
Thanks, both for digging out the information, and for making me aware of pypinfo. On Sunday, December
unread,
Assertion failed: refcnt >= 0 when importing Cython module compiled with mingw32 for 32-bit Windows
Thanks, both for digging out the information, and for making me aware of pypinfo. On Sunday, December
12/22/25
Olivier Casile
12/10/25
Can't build anymore my Cython programs with Visual Studio 2026
Hi, I have been building my Cython programs for years with Visual Studio 2022, without any problem.
unread,
Can't build anymore my Cython programs with Visual Studio 2026
Hi, I have been building my Cython programs for years with Visual Studio 2022, without any problem.
12/10/25
Wei-Ting Lin
,
Jérôme Kieffer
3
12/5/25
Jupyter notebook needs to import all modules for each cell
Thank you. I got it. Wei-Ting On Friday, November 21, 2025 at 12:49:24 AM UTC-6 Jerome Kieffer wrote:
unread,
Jupyter notebook needs to import all modules for each cell
Thank you. I got it. Wei-Ting On Friday, November 21, 2025 at 12:49:24 AM UTC-6 Jerome Kieffer wrote:
12/5/25
Fredrik Bondesson
,
da-woods
4
11/27/25
Difference between Cython 3.2.0 and 3.1.6?
Thanks for the information! Regards Fredrik onsdag 26 november 2025 kl. 20:04:32 UTC+1 skrev D Woods:
unread,
Difference between Cython 3.2.0 and 3.1.6?
Thanks for the information! Regards Fredrik onsdag 26 november 2025 kl. 20:04:32 UTC+1 skrev D Woods:
11/27/25
Adam Li
, …
Salih Ahmed
4
11/25/25
Performance impact of passing around reshaped memory views of the same underlying array
Dear Adam Li, Please accept my apologies for the delayed response — I was away for a while and couldn
unread,
Performance impact of passing around reshaped memory views of the same underlying array
Dear Adam Li, Please accept my apologies for the delayed response — I was away for a while and couldn
11/25/25
Didier VEZINET
, …
Jérôme Kieffer
16
11/14/25
Transition from setup.py to pyproject.toml only, with dynamic args to cythonize
Thanks Oscar and Jerome, Really helps ! So I've implemented the scipy solution, which presumably
unread,
Transition from setup.py to pyproject.toml only, with dynamic args to cythonize
Thanks Oscar and Jerome, Really helps ! So I've implemented the scipy solution, which presumably
11/14/25
David Lawson
,
da-woods
2
11/11/25
Cython 3.2 - Function signature does not match previous declaration
That's a bug - I've just made a PR for a fix. On 11/11/2025 09:08, David Lawson wrote: I'
unread,
Cython 3.2 - Function signature does not match previous declaration
That's a bug - I've just made a PR for a fix. On 11/11/2025 09:08, David Lawson wrote: I'
11/11/25
Bernie Roesler
,
da-woods
3
11/7/25
"Tuples" of fused types
That works! Thanks. On Nov 5, 2025, at 15:35, da-woods <dw-...@d-woods.co.uk> wrote: You might
unread,
"Tuples" of fused types
That works! Thanks. On Nov 5, 2025, at 15:35, da-woods <dw-...@d-woods.co.uk> wrote: You might
11/7/25
Peter Schay
3
11/3/25
help with struct arrays and buffer formats
Hi again; I managed to get something ultra-simple working which is just fine for my purposes. This
unread,
help with struct arrays and buffer formats
Hi again; I managed to get something ultra-simple working which is just fine for my purposes. This
11/3/25
Muhammad Hawash
,
da-woods
2
10/30/25
Using Cython CFLAGS to enable some feature
In the past I've found that "set" (https://learn.microsoft.com/en-us/windows-server/
unread,
Using Cython CFLAGS to enable some feature
In the past I've found that "set" (https://learn.microsoft.com/en-us/windows-server/
10/30/25
Nils Bruin
, …
Matthias Koeppe
12
10/26/25
Dealing with python version differences across cythonization/compilation/runtime
On Sat, Oct 25, 2025 at 3:17 PM Nils Bruin <bruin...@gmail.com> wrote: > in principle it
unread,
Dealing with python version differences across cythonization/compilation/runtime
On Sat, Oct 25, 2025 at 3:17 PM Nils Bruin <bruin...@gmail.com> wrote: > in principle it
10/26/25
da-woods
,
Johannes Fischer
2
10/23/25
Parallel Programming and Cython talk
I have just watched it. Awesome talk! D Woods schrieb am Dienstag, 21. Oktober 2025 um 15:27:05 UTC-3
unread,
Parallel Programming and Cython talk
I have just watched it. Awesome talk! D Woods schrieb am Dienstag, 21. Oktober 2025 um 15:27:05 UTC-3
10/23/25
аbebus
, …
Stefan Behnel
5
10/18/25
Question about specialization logic for object types in Cython codebase/Cython compiler optimisations
Thanks a lot for the detailed explanation, that's very helpful. I'll definitely benchmark
unread,
Question about specialization logic for object types in Cython codebase/Cython compiler optimisations
Thanks a lot for the detailed explanation, that's very helpful. I'll definitely benchmark
10/18/25
ian macharia
,
da-woods
2
10/13/25
Kivymd app crashing when building kivy on google colab
I've replied on the Github issue that you also posted (https://github.com/cython/cython/issues/
unread,
Kivymd app crashing when building kivy on google colab
I've replied on the Github issue that you also posted (https://github.com/cython/cython/issues/
10/13/25
whoami730
,
da-woods
2
10/2/25
C-style characters
They will get translated into a character literal in C (ie ' '). I don't think we have a
unread,
C-style characters
They will get translated into a character literal in C (ie ' '). I don't think we have a
10/2/25
白隽
,
da-woods
4
9/19/25
cython multithread behavior
Finally,I used with nogil: FspFileSystemStopDispatcher() That's useful! da-woods <dw-git@d-
unread,
cython multithread behavior
Finally,I used with nogil: FspFileSystemStopDispatcher() That's useful! da-woods <dw-git@d-
9/19/25
Mriswithe
,
da-woods
3
9/8/25
Fixing types on the Python side.
I will poke around and see what I can find then. On Sun, Sep 7, 2025, 1:57 PM da-woods <dw-git@d-
unread,
Fixing types on the Python side.
I will poke around and see what I can find then. On Sun, Sep 7, 2025, 1:57 PM da-woods <dw-git@d-
9/8/25
Takeshi Ikuma
,
da-woods
2
9/3/25
Converting fixed-size C pointer to memoryview in the pure Python mode
I think this is a known issue unfortunately and I'm not sure there's a good workaround: https
unread,
Converting fixed-size C pointer to memoryview in the pure Python mode
I think this is a known issue unfortunately and I'm not sure there's a good workaround: https
9/3/25
dg pb
,
Stefan Behnel
4
9/3/25
object's ob_item
dg pb schrieb am 02.09.25 um 21:39: >> On 2 Sep 2025, at 18:21, 'Stefan Behnel' via
unread,
object's ob_item
dg pb schrieb am 02.09.25 um 21:39: >> On 2 Sep 2025, at 18:21, 'Stefan Behnel' via
9/3/25
Ray Speth
,
da-woods
2
9/1/25
Support for combining multiple PYX files in a single module
Hi Ray, As far as possible, everything internal with Cython (ie things we define starting with `
unread,
Support for combining multiple PYX files in a single module
Hi Ray, As far as possible, everything internal with Cython (ie things we define starting with `
9/1/25
Idan Ahal
, …
David Woods
4
8/6/25
Is it possible to use language level 2 with python 3.12?
I'm not sure what a "missing micro" is. However, language_level=2 does still work. The
unread,
Is it possible to use language level 2 with python 3.12?
I'm not sure what a "missing micro" is. However, language_level=2 does still work. The
8/6/25
Paul Smith
,
da-woods
2
8/3/25
Difficulty calling python function from C
Hi Paul, It looks like you got a decent enough answer from the same post on Stack Overflow (https://
unread,
Difficulty calling python function from C
Hi Paul, It looks like you got a decent enough answer from the same post on Stack Overflow (https://
8/3/25
J Wu
,
David Woods
2
7/16/25
Is that possible to generate __pyx_CommonTypesMetaclass_get_module into a single file, instead of in every module?
Hi, It's a known bug. It's been fixed and will be in the next release. Sorry! On 16 July 2025
unread,
Is that possible to generate __pyx_CommonTypesMetaclass_get_module into a single file, instead of in every module?
Hi, It's a known bug. It's been fixed and will be in the next release. Sorry! On 16 July 2025
7/16/25
shakfu
,
da-woods
7
7/5/25
Why does a forward declaration of a struct causes errors in this case?
D Woods wrote: I've had a bit more of a look at it. Thanks! I think the problem is that for
unread,
Why does a forward declaration of a struct causes errors in this case?
D Woods wrote: I've had a bit more of a look at it. Thanks! I think the problem is that for
7/5/25