Groups
Conversations
All groups and messages
Send feedback to Google
Help
Sign in
Groups
cython-users
Conversations
About
cython-users
1–30 of 4120
Mark all as read
Report abusive group
0 selected
Jameel Safdar
, …
D Woods
3
2:38 PM
Decompiling cpython-311.so file
To expand a little more: * It definitely isn't possible to completely reverse this an end up with
unread,
Decompiling cpython-311.so file
To expand a little more: * It definitely isn't possible to completely reverse this an end up with
2:38 PM
Ian Bell
, …
Adri
21
Jan 30
Cython array creation is horribly slow
Oh thank you very much guys to have spent the time to look at the repo! Using lists seems to be the
unread,
Cython array creation is horribly slow
Oh thank you very much guys to have spent the time to look at the repo! Using lists seems to be the
Jan 30
Adri
, …
Julien Jerphanion
6
Jan 30
How much Cython will benefit for optimization in next Python reaeases?
thanks for all your help, really appreciated! the repo of the project is here: https://github.com/rht
unread,
How much Cython will benefit for optimization in next Python reaeases?
thanks for all your help, really appreciated! the repo of the project is here: https://github.com/rht
Jan 30
Evgeny Yakimov
, …
Stefan Behnel
5
Jan 26
Should source distribution depend on Cython?
Dima Pasechnik schrieb am 25.01.23 um 17:28: > Is the advice in > https://cython.readthedocs.io
unread,
Should source distribution depend on Cython?
Dima Pasechnik schrieb am 25.01.23 um 17:28: > Is the advice in > https://cython.readthedocs.io
Jan 26
piaopiao Ran
,
D Woods
4
Jan 17
call function force by python api
> test_class_a.A.A_method_1.im_func(self) # cython will coredump in this line I don't know
unread,
call function force by python api
> test_class_a.A.A_method_1.im_func(self) # cython will coredump in this line I don't know
Jan 17
Andrew Annex
,
D Woods
3
Jan 10
unknown type errors cpython/object.h in simple project
Thanks for the suggestion, I tried a few things using https://github.com/thearn/simple-cython-example
unread,
unknown type errors cpython/object.h in simple project
Thanks for the suggestion, I tried a few things using https://github.com/thearn/simple-cython-example
Jan 10
torr...@gmail.com
,
D Woods
3
Jan 10
Linking cython code against libiomp5 instead of libgomp
Hi D Woods, finally able to get back here. Thx. so much for your suggestion. That was right on the
unread,
Linking cython code against libiomp5 instead of libgomp
Hi D Woods, finally able to get back here. Thx. so much for your suggestion. That was right on the
Jan 10
trevo...@ups.com
Jan 10
Why does cython infer float types as objects inside cdef classes?
According to the docs, int long and float types are interpreted as c types (rather than their python
unread,
Why does cython infer float types as objects inside cdef classes?
According to the docs, int long and float types are interpreted as c types (rather than their python
Jan 10
Matěj Cepl
,
D Woods
2
Jan 7
Fails to build: internal_error
I'll post this on the issue as well: assuming the race-condition theory is correct (if I
unread,
Fails to build: internal_error
I'll post this on the issue as well: assuming the race-condition theory is correct (if I
Jan 7
Zhang David
Jan 2
Cython 3.0 beta?
Hi guys, Happy New Year! I've been a cython user for quite a while (since v0.22), and wonder if
unread,
Cython 3.0 beta?
Hi guys, Happy New Year! I've been a cython user for quite a while (since v0.22), and wonder if
Jan 2
Amir Sharif
, …
D Woods
5
12/13/22
How to read/write large files in Cython
On Tuesday, December 13, 2022 at 7:18:45 AM UTC amirsha...@gmail.com wrote: ........... with Pool(
unread,
How to read/write large files in Cython
On Tuesday, December 13, 2022 at 7:18:45 AM UTC amirsha...@gmail.com wrote: ........... with Pool(
12/13/22
Amir Sharif
12/13/22
struct unpack in Cython
Hi everybody: I am trying to convert a Python program to Cython. Most parts were successful but I
unread,
struct unpack in Cython
Hi everybody: I am trying to convert a Python program to Cython. Most parts were successful but I
12/13/22
Stefan Behnel
, …
D Woods
5
12/7/22
Anything missing for 0.29.33 ?
Hi Stefan, I tried to reply yesterday but I don't think my email gets on with the mailing lists
unread,
Anything missing for 0.29.33 ?
Hi Stefan, I tried to reply yesterday but I don't think my email gets on with the mailing lists
12/7/22
Elena Popova
, …
D Woods
5
12/5/22
Problem: skipping 'pp_c.c' Cython extension (up-to-date) in Setup.py
On Sunday, December 4, 2022 at 8:17:20 AM UTC popova...@gmail.com wrote: Dear all, I work on a
unread,
Problem: skipping 'pp_c.c' Cython extension (up-to-date) in Setup.py
On Sunday, December 4, 2022 at 8:17:20 AM UTC popova...@gmail.com wrote: Dear all, I work on a
12/5/22
Gee Transit
,
D Woods
4
11/28/22
Recursive struct definition in Pure Python mode
Thanks for replying. Unfortunately your suggestion didn't work: Error compiling Cython file: ----
unread,
Recursive struct definition in Pure Python mode
Thanks for replying. Unfortunately your suggestion didn't work: Error compiling Cython file: ----
11/28/22
Nils Bruin
11/24/22
Discovery of ways to install cython 3
On a github discussion thread I found that cython 3 can be installed with: pip install Cython==3.0.
unread,
Discovery of ways to install cython 3
On a github discussion thread I found that cython 3 can be installed with: pip install Cython==3.0.
11/24/22
gee bobbb
11/22/22
I defined a type in cdef but cannot compile.
I defined a type in cdef but cannot compile. cdef xxxx(): if v == 0: cdef int a = 0 while True: try:
unread,
I defined a type in cdef but cannot compile.
I defined a type in cdef but cannot compile. cdef xxxx(): if v == 0: cdef int a = 0 while True: try:
11/22/22
gee bobbb
, …
Amir Ramezani
3
11/22/22
If I compile a file with import requests, will the requests also be compiled and become one file?
Hi, the imported modules will be imported like normal python modules, and no compilation will be done
unread,
If I compile a file with import requests, will the requests also be compiled and become one file?
Hi, the imported modules will be imported like normal python modules, and no compilation will be done
11/22/22
Nils Bruin
,
D Woods
2
11/22/22
Performance difference for Binding=True
Thanks for reporting this - I've created a github issue to track it https://github.com/cython/
unread,
Performance difference for Binding=True
Thanks for reporting this - I've created a github issue to track it https://github.com/cython/
11/22/22
Only Zhang
11/18/22
Can pythran numpy be used on typed memoryviews?
How to?
unread,
Can pythran numpy be used on typed memoryviews?
How to?
11/18/22
Andrea Gavana
,
D Woods
3
11/16/22
Compiler error when using fabsf from math.pxd
Hi, thank you for your answer. On Wednesday, November 16, 2022 at 9:20:53 PM UTC+1 D Woods wrote: On
unread,
Compiler error when using fabsf from math.pxd
Hi, thank you for your answer. On Wednesday, November 16, 2022 at 9:20:53 PM UTC+1 D Woods wrote: On
11/16/22
Andrea Gavana
11/16/22
Dear Cython users/developers, I apologize if this is not the right forum for this question, but maybe
unread,
Dear Cython users/developers, I apologize if this is not the right forum for this question, but maybe
11/16/22
Bhavya Mishra
,
Julien Jerphanion
2
11/8/22
Not able to build hood-blue in Mac M1
Hi Bhavya, This might be linked to a problem with system version compatibility on Mac which makes
unread,
Not able to build hood-blue in Mac M1
Hi Bhavya, This might be linked to a problem with system version compatibility on Mac which makes
11/8/22
Prakhar Goel
, …
Zhang David
4
10/31/22
Advice on Pure Python mode
Thanks for the advice, all! To clarify: my concerns aren't about Cython. I don't really need
unread,
Advice on Pure Python mode
Thanks for the advice, all! To clarify: my concerns aren't about Cython. I don't really need
10/31/22
Ionel Cristian Mărieș
,
da-woods
4
10/28/22
Getting my tracer working on Python 3.11
You can disable the size check by adding `check_size="ignore"` as an argument to your `
unread,
Getting my tracer working on Python 3.11
You can disable the size check by adding `check_size="ignore"` as an argument to your `
10/28/22
Zhang David
,
da-woods
5
10/26/22
Pickling cdef-class member c function pointer
thank you David for the detailed explanation & the suggestion! reason for me to come up w/ the
unread,
Pickling cdef-class member c function pointer
thank you David for the detailed explanation & the suggestion! reason for me to come up w/ the
10/26/22
Shirzart Enwer
,
da-woods
2
10/21/22
Class annotation in pure python mode in .pxd file
That looks broadly right although I haven't actually tried to run it. > # How do I annotate
unread,
Class annotation in pure python mode in .pxd file
That looks broadly right although I haven't actually tried to run it. > # How do I annotate
10/21/22
Chase Coleman
, …
da-woods
5
10/21/22
Call Numba generated shared library from Cython
You can definitely call Cython functions from Numba. See https://stackoverflow.com/questions/43016076
unread,
Call Numba generated shared library from Cython
You can definitely call Cython functions from Numba. See https://stackoverflow.com/questions/43016076
10/21/22
Rory Johnston
9/28/22
Cython/CUDA wrapper for numpy arrays
I'm trying to write a Cython interface that would allow me to pass in a numpy array to my Cython
unread,
Cython/CUDA wrapper for numpy arrays
I'm trying to write a Cython interface that would allow me to pass in a numpy array to my Cython
9/28/22
Marco Gorelli
9/25/22
How to use cygdb? Getting "Error occurred in Python: 'PyDictObjectPtr' object has no attribute 'items'"
Apologies for asking here, I just can't find any guide with examples on how to use cygdb. I have
unread,
How to use cygdb? Getting "Error occurred in Python: 'PyDictObjectPtr' object has no attribute 'items'"
Apologies for asking here, I just can't find any guide with examples on how to use cygdb. I have
9/25/22