forked from cython/cython
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pull request cython#21: Fannkuch test fixes
Merge in ~FLORIAN.ANGERER_ORACLE.COM/cython from fannkuch_test_fixes to hpy_backend * commit 'c94941b747bef7d028d0bd19753d51b1d4b554bd': (31 commits) Use HPyIter_Next Fixed float issues on GraalPy Fixed issues reintroduced on fannkuch Made float test work for HPy Make coverage work, start work on float Fixed most errors for fannkuch benchmark Fix: use API_CALL_TUPLE_DICT for __Pyx_PyObject_Call Remove helper funcs HPySlice_New and HPy_GetSlice Use HPyList_Insert for LIST_INSERT Introduce SEQUENCE_(GET/SET)_SLICE Use HPy_GetItem_i for LIST_GET_ITEM Merge decl of __Pyx__PyObject_PopNewIndex Use HPy_GetItem_i for TUPLE_GET_ITEM(_SAFE) Prefer SEQUENCE_SET_SLICE over __Pyx_PyObject_SetSlice if possible Fixed segfaults on CPython ABI Fix: wrong usage of HPy_Call Fix compilation warnings Also define __pyx_vectorcallfunc if CYTHON_METH_FASTCALL Fix operator precedence issues with expanded macros Add missing return stmt ...
- Loading branch information
Showing
21 changed files
with
890 additions
and
405 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.