Opened 5 years ago
Last modified 8 months ago
#22747 closed enhancement
(experimental) Compile Cython code with binding=True — at Version 20
Reported by: | jdemeyer | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | sage-duplicate/invalid/wontfix |
Component: | cython | Keywords: | |
Cc: | klee | Merged in: | |
Authors: | Jeroen Demeyer | Reviewers: | |
Report Upstream: | Reported upstream. No feedback yet. | Work issues: | |
Branch: | u/jdemeyer/ticket/22747 (Commits, GitHub, GitLab) | Commit: | b24e4c88cfe2b8226fce171689f2daf0bf99fcc0 |
Dependencies: | #23103, #23122, #23155, #15947 | Stopgaps: |
Description (last modified by )
When using the Cython compiler directive binding=True
, Cython uses a custom type to implement functions and methods. This custom type supports more Python features. The most important changes lie in inspect
support.
We find several Cython bugs regarding binding=True
:
- https://github.com/cython/cython/issues/1658 (not an issue for Sage)
- https://github.com/cython/cython/pull/1724 (see #23155)
Change History (20)
comment:1 Changed 5 years ago by
- Description modified (diff)
comment:2 Changed 5 years ago by
- Branch set to u/jdemeyer/ticket/22747
comment:3 Changed 5 years ago by
- Commit set to 2b7032755d9be33a994b0c612860f8dd93dfbe74
comment:4 Changed 5 years ago by
- Description modified (diff)
comment:5 Changed 5 years ago by
- Dependencies changed from #21682 to #21843
comment:6 Changed 5 years ago by
- Commit changed from 2b7032755d9be33a994b0c612860f8dd93dfbe74 to 547397b9ae95d4522e98278f67f93ac999077562
comment:7 Changed 5 years ago by
- Description modified (diff)
- Report Upstream changed from N/A to Reported upstream. No feedback yet.
comment:8 Changed 5 years ago by
- Commit changed from 547397b9ae95d4522e98278f67f93ac999077562 to ee13351f71508d3d4990ca308807d1629f4616f3
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
ee13351 | Compile Cython code with binding=True
|
comment:9 Changed 5 years ago by
- Dependencies changed from #21843 to #21843, #22852
comment:10 Changed 5 years ago by
- Commit changed from ee13351f71508d3d4990ca308807d1629f4616f3 to 93250a2559ca15185e31fb2386ff869a8b4022b8
comment:11 Changed 5 years ago by
- Commit changed from 93250a2559ca15185e31fb2386ff869a8b4022b8 to 1e783146c63be6ba12a99e051fa5e22f94cbcd68
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
1e78314 | Compile Cython code with binding=True
|
comment:12 Changed 5 years ago by
- Dependencies #21843, #22852 deleted
comment:13 Changed 5 years ago by
- Commit changed from 1e783146c63be6ba12a99e051fa5e22f94cbcd68 to e62cc3abc980536e24f3645ffedd958a5d528d19
comment:14 Changed 5 years ago by
- Dependencies set to #23103
- Description modified (diff)
comment:15 Changed 5 years ago by
- Description modified (diff)
comment:16 Changed 5 years ago by
- Commit changed from e62cc3abc980536e24f3645ffedd958a5d528d19 to 680f4a75b456709688f70943b6e0de18770b6560
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
256bf19 | Move richcmp stuff to new file richcmp.pyx
|
7629851 | Merge tag '8.0.beta9' into t/23103/move_richcmp_stuff_to_new_file
|
031761f | Fix two more imports
|
f159d41 | Add Cython patch to fix decorators with binding=True
|
680f4a7 | Compile Cython code with binding=True
|
comment:17 Changed 5 years ago by
- Dependencies changed from #23103 to #23103, #23122
comment:18 Changed 5 years ago by
- Commit changed from 680f4a75b456709688f70943b6e0de18770b6560 to b24e4c88cfe2b8226fce171689f2daf0bf99fcc0
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
d59afe3 | Load the correct zlib library
|
db3b5eb | Merge commit '031761f6ead116e4fa0a0fd3bf21fca5546df6d7' into HEAD
|
4c5cc9c | Add Cython patch to fix decorators with binding=True
|
116030b | Compile Cython code with binding=True
|
b24e4c8 | Sage library fixes for binding=True
|
comment:19 Changed 5 years ago by
- Description modified (diff)
comment:20 Changed 5 years ago by
- Dependencies changed from #23103, #23122 to #23103, #23122, #23155, #15947
- Description modified (diff)
Branch pushed to git repo; I updated commit sha1. This was a forced push. New commits:
Compile Cython code with binding=True