Groups
Groups
Sign in
Groups
Groups
cython-github-notifications
Conversations
About
Send feedback
Help
cython-github-notifications
Contact owners and managers
1–30 of 5053
Mark all as read
Report group
0 selected
Matus Valo
5
5/21/24
[cython/cython] Adds support for `typing.Union` (PR #6206)
I'm personally pretty sceptical of the more advanced features of typing Me too. I think
unread,
[cython/cython] Adds support for `typing.Union` (PR #6206)
I'm personally pretty sceptical of the more advanced features of typing Me too. I think
5/21/24
da-woods
10
5/21/24
[cython/cython] Try to improve parallel in free-threading (PR #6199)
FWIW I agree we can merge this and test more intensively later, it certainly won't make things
unread,
[cython/cython] Try to improve parallel in free-threading (PR #6199)
FWIW I agree we can merge this and test more intensively later, it certainly won't make things
5/21/24
Matus Valo
5/21/24
[cython/cython] [3.0.X] Fix crash when function contains fused extension type (PR #6209)
You can view, comment on, or merge this pull request online at: https://github.com/cython/cython/pull
unread,
[cython/cython] [3.0.X] Fix crash when function contains fused extension type (PR #6209)
You can view, comment on, or merge this pull request online at: https://github.com/cython/cython/pull
5/21/24
Matus Valo
5
5/21/24
[cython/cython] Fix crash when function contains fused extension type (PR #6204)
Merged #6204 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[cython/cython] Fix crash when function contains fused extension type (PR #6204)
Merged #6204 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
5/21/24
Oleksandr Pavlyk
3
5/21/24
[cython/cython] [BUG] Seg-fault calling class method accessing object member on class instance (Issue #6207)
I think this is a duplicate of #6127 - essentially you're passing it a type when it expects an A
unread,
[cython/cython] [BUG] Seg-fault calling class method accessing object member on class instance (Issue #6207)
I think this is a duplicate of #6127 - essentially you're passing it a type when it expects an A
5/21/24
Jasper James
2
5/21/24
[cython/cython] [BUG] Cython has problems recognizing signals from PyQt6. (Issue #5910)
I'm relatively convinced that this is a bug in PyQt6 (and that it internally relies on being
unread,
[cython/cython] [BUG] Cython has problems recognizing signals from PyQt6. (Issue #5910)
I'm relatively convinced that this is a bug in PyQt6 (and that it internally relies on being
5/21/24
da-woods
2
5/21/24
[cython/cython] [ENH] Change CyFunction defaults struct to cdef classes (#4374)
Closed #4374 as completed. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[cython/cython] [ENH] Change CyFunction defaults struct to cdef classes (#4374)
Closed #4374 as completed. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
5/21/24
da-woods
3
5/21/24
[cython/cython] Fix write unraisable followed by interpretter shutdown (PR #6089)
3.0.x commit 701e751 — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[cython/cython] Fix write unraisable followed by interpretter shutdown (PR #6089)
3.0.x commit 701e751 — Reply to this email directly, view it on GitHub, or unsubscribe. You are
5/21/24
iphydf
4
5/21/24
[cython/cython] [BUG] Segfault when __dealloc__ calls a non-existent method. (Issue #6022)
Closed #6022 as completed via #6089. — Reply to this email directly, view it on GitHub, or
unread,
[cython/cython] [BUG] Segfault when __dealloc__ calls a non-existent method. (Issue #6022)
Closed #6022 as completed via #6089. — Reply to this email directly, view it on GitHub, or
5/21/24
mironleon
3
5/21/24
[cython/cython] [BUG] Nested double quotes supported by python 3.12 not supported in cython (Issue #6208)
Duplicate of #5452. Just hasn't been done yet. — Reply to this email directly, view it on GitHub,
unread,
[cython/cython] [BUG] Nested double quotes supported by python 3.12 not supported in cython (Issue #6208)
Duplicate of #5452. Just hasn't been done yet. — Reply to this email directly, view it on GitHub,
5/21/24
da-woods
2
5/20/24
[cython/cython] Add warning about thread safety in free-threading Python (PR #6205)
@da-woods pushed 1 commit. 97433d8 Typo — View it on GitHub or unsubscribe. You are receiving this
unread,
[cython/cython] Add warning about thread safety in free-threading Python (PR #6205)
@da-woods pushed 1 commit. 97433d8 Typo — View it on GitHub or unsubscribe. You are receiving this
5/20/24
Lysandros Nikolaou
21
5/20/24
[cython/cython] Update module setup code for free-threaded CPython (PR #6137)
FYI, cibuildwheel will be shipping free-threaded support soon. — Reply to this email directly, view
unread,
[cython/cython] Update module setup code for free-threaded CPython (PR #6137)
FYI, cibuildwheel will be shipping free-threaded support soon. — Reply to this email directly, view
5/20/24
Jon Crall
8
5/20/24
[cython/cython] [BUG] distutils used in cythonize (fails in 3.12) (Issue #5751)
setuptools>=66.0 seems required. — Reply to this email directly, view it on GitHub, or unsubscribe
unread,
[cython/cython] [BUG] distutils used in cythonize (fails in 3.12) (Issue #5751)
setuptools>=66.0 seems required. — Reply to this email directly, view it on GitHub, or unsubscribe
5/20/24
Vyas Ramasubramani
8
5/19/24
[cython/cython] [ENH] Support for the nogil branch of Python (Issue #6162)
In current Cython an established idiom seems to be using a with gil block inside a with nogil block
unread,
[cython/cython] [ENH] Support for the nogil branch of Python (Issue #6162)
In current Cython an established idiom seems to be using a with gil block inside a with nogil block
5/19/24
scoder
19
5/19/24
[cython/cython] Implement PEP-669 sys.monitoring support (PR #6144)
@scoder pushed 2 commits. aabdaab Use correct code object for fused wrapper functions. eafaeb0 Give
unread,
[cython/cython] Implement PEP-669 sys.monitoring support (PR #6144)
@scoder pushed 2 commits. aabdaab Use correct code object for fused wrapper functions. eafaeb0 Give
5/19/24
mchaniotakis
12
5/19/24
[cython/cython] [BUG] Large pyqt file causes compile to stall [Mac OS arm] (Issue #6202)
the whole file is the class with the setup ui method That means that almost all of this code runs
unread,
[cython/cython] [BUG] Large pyqt file causes compile to stall [Mac OS arm] (Issue #6202)
the whole file is the class with the setup ui method That means that almost all of this code runs
5/19/24
da-woods
5/19/24
[cython/cython] [BUG] Invalid C code from simple parallel example (Issue #6203)
Describe the bug Follow following generates the C error: error: expected identifier before ')
unread,
[cython/cython] [BUG] Invalid C code from simple parallel example (Issue #6203)
Describe the bug Follow following generates the C error: error: expected identifier before ')
5/19/24
hexxone
8
5/19/24
[cython/cython] [ENH] Documentation to pass arguments in setup.py ? (Issue #4797)
Closed #4797 as completed. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[cython/cython] [ENH] Documentation to pass arguments in setup.py ? (Issue #4797)
Closed #4797 as completed. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
5/19/24
Lysandros Nikolaou
8
5/18/24
[cython/cython] prange/OpenMP issues under the free-threading CPython build (Issue #6198)
I had a go at testing this, and couldn't get it to give me any refnanny errors unfortunately (I
unread,
[cython/cython] prange/OpenMP issues under the free-threading CPython build (Issue #6198)
I had a go at testing this, and couldn't get it to give me any refnanny errors unfortunately (I
5/18/24
da-woods
3
5/18/24
[cython/cython] Visit type in traverse (heap types) (PR #5889)
@da-woods pushed 1 commit. 71eaef2 Merge branch 'master' into type-refcount-2 — View it on
unread,
[cython/cython] Visit type in traverse (heap types) (PR #5889)
@da-woods pushed 1 commit. 71eaef2 Merge branch 'master' into type-refcount-2 — View it on
5/18/24
Gabriel Fougeron
8
5/17/24
[cython/cython] [BUG] Build dependency that is NOT a runtime compulsory dependency (Issue #6189)
In the end, I was a bit shy about using Tempita option because of the lack of documentation. I opted
unread,
[cython/cython] [BUG] Build dependency that is NOT a runtime compulsory dependency (Issue #6189)
In the end, I was a bit shy about using Tempita option because of the lack of documentation. I opted
5/17/24
Tristan Van Berkom
22
5/17/24
[cython/cython] Don't recomment distributing generated code in source distributions (Issue #5089)
Documentation was updated in #6201 — Reply to this email directly, view it on GitHub, or unsubscribe.
unread,
[cython/cython] Don't recomment distributing generated code in source distributions (Issue #5089)
Documentation was updated in #6201 — Reply to this email directly, view it on GitHub, or unsubscribe.
5/17/24
Clément Robert
10
5/17/24
[cython/cython] DOC: recommend not distributing generated code (PR #6201)
Thank you ! should #5089 be closed ? — Reply to this email directly, view it on GitHub, or
unread,
[cython/cython] DOC: recommend not distributing generated code (PR #6201)
Thank you ! should #5089 be closed ? — Reply to this email directly, view it on GitHub, or
5/17/24
Erik Whiting
3
5/16/24
[cython/cython] Add operator-equal operators (PR #6197)
Doesn't look like the CI passes unfortunately. I think the trick to running the tests locally is
unread,
[cython/cython] Add operator-equal operators (PR #6197)
Doesn't look like the CI passes unfortunately. I think the trick to running the tests locally is
5/16/24
da-woods
2
5/16/24
[cython/cython] Categorise memoryview tests (PR #6167)
Merged #6167 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[cython/cython] Categorise memoryview tests (PR #6167)
Merged #6167 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
5/16/24
da-woods
5
5/16/24
[cython/cython] Support weakref in limited api cdef classes (PR #5840)
@da-woods pushed 1 commit. 6b375b6 Merge branch 'master' into limited-api-weakref — View it
unread,
[cython/cython] Support weakref in limited api cdef classes (PR #5840)
@da-woods pushed 1 commit. 6b375b6 Merge branch 'master' into limited-api-weakref — View it
5/16/24
Andreas Poehlmann
3
5/16/24
[cython/cython] [BUG] classmethods don't compile using the limited api (Issue #5797)
Closed #5797 as completed via #5800. — Reply to this email directly, view it on GitHub, or
unread,
[cython/cython] [BUG] classmethods don't compile using the limited api (Issue #5797)
Closed #5797 as completed via #5800. — Reply to this email directly, view it on GitHub, or
5/16/24
da-woods
5
5/16/24
[cython/cython] Make classmethod work in limited-api (PR #5800)
Merged #5800 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
unread,
[cython/cython] Make classmethod work in limited-api (PR #5800)
Merged #5800 into master. — Reply to this email directly, view it on GitHub, or unsubscribe. You are
5/16/24
Simon Lees
3
5/16/24
[cython/cython] [BUG] cythonize crashes when an include directory contains files with extra . characters (Issue #5396)
Describe the bug When cythonize is passed an include_path that contains a directory with the
unread,
[cython/cython] [BUG] cythonize crashes when an include directory contains files with extra . characters (Issue #5396)
Describe the bug When cythonize is passed an include_path that contains a directory with the
5/16/24
stratakis
5/14/24
[cython/cython] [BUG] Test fails on 32bits with Cython 3.0.10 and numpy 1.26.0 (Issue #6200)
Describe the bug After testing Cython 3.0.10 on Fedora, since https://github.com/cython/cython/pull/
unread,
[cython/cython] [BUG] Test fails on 32bits with Cython 3.0.10 and numpy 1.26.0 (Issue #6200)
Describe the bug After testing Cython 3.0.10 on Fedora, since https://github.com/cython/cython/pull/
5/14/24