-
-
Notifications
You must be signed in to change notification settings - Fork 29
fix compatible issues in python 3.14 #236
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
cxzhong
wants to merge
22
commits into
sagemath:main
Choose a base branch
from
cxzhong:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 9 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
5f35844
Fix Python 3.14 compatibility: Set multiprocessing start method to 'f…
6153369
Fix Python 3.14 compatibility: defer exception raising from signal ha…
1389e13
CI: Use specific Python 3.14.0-rc.3 version for testing
19c9434
Python 3.14: Support forkserver multiprocessing start method
546217f
Fix Python 3.14t free-threaded build: use _Py_REFCNT() instead of ob_…
0f15195
Fix Python 3.14t: Use Py_REFCNT declared from Python.h instead of _Py…
68b7713
Remove unused sys import from conftest.py
cxzhong c298389
Update reference count check for cysigs.exc_value
cxzhong 7dd96f1
Refactor: Remove signal_to_raise global variable
b128872
Remove do_raise_exception declaration from signals.pxd
cxzhong 1c1bcfd
Revert "Remove do_raise_exception declaration from signals.pxd"
e119a0c
Update macOS version in CI workflow
cxzhong 33533c5
Rename do_raise_exception to _do_raise_exception for consistency with…
cxzhong 385d66c
Remove wait_for_process method from pselect.pyx
cxzhong cf49a75
Update macOS version in dist workflow
cxzhong 7c92255
Add freethreading compatibility declaration to Cython files
cxzhong 8f32f8b
Merge branch 'main' of github.com:cxzhong/cysignals
cxzhong ba28e30
Update Python version in CI workflow
cxzhong d6bc361
Update Python version requirements in pyproject.toml
cxzhong 7af95ed
change pyproject.toml and uv.lock and modify redame
cxzhong b5d71e9
Remove unused
cxzhong 105ff80
Update .github/workflows/ci.yml
cxzhong File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Some comments aren't visible on the classic Files Changed page.
There are no files selected for viewing
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Correct 'cylongjmp' to 'siglongjmp'.
Copilot uses AI. Check for mistakes.