Block or Report
Block or report da-woods
Contact GitHub support about this user’s behavior. Learn more about reporting abuse.
Report abusePopular repositories
-
-
cyfastcallspeedtest Public
Just to demonstrate speed changes for proposed Cython `fastcall_args` change
Python 1
-
-
setuptools Public
Forked from pypa/setuptools
Official project repository for the Setuptools build system
Python 1
-
-
353 contributions in the last year
Activity overview
Contribution activity
May 2022
Created 4 commits in 1 repository
Created a pull request in cython/cython that received 3 comments
Change MACOSX_DEPLOYMENT_TARGET
For Py3.7 See if it fixes breaking CI. I'm not sure why it's only failing for one Python version though
Opened 6 other pull requests in 1 repository
cython/cython
5
open
1
merged
Reviewed 5 pull requests in 1 repository
Created an issue in cython/cython that received 1 comment
[BUG] except * seems to get interpretted as except -1 for int return type
Describe the bug
When a function point is declared with an integer return type, it seems to end up with except ?-1 return type instead. I suspect t…