forked from numpy/numpy
-
Notifications
You must be signed in to change notification settings - Fork 0
Re-enable Cygwin CI for Python 3.12 #68
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
Draft
DWesl
wants to merge
15
commits into
main
Choose a base branch
from
patch-7
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.
Draft
Conversation
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
CI:Cygwin: Install packages one at a time to see which one hangs FIX:CI:Cygwin: Fix quotes in install loop. CI:Cygwin: Increase timeout on dependency installs
BUG: Include python-including headers first in npstd.hpp BUG: Include Python-including headers first in fast_loop_macros.h BUG: Include Python-including headers first in npy_hashtable.cpp BUG: Import Python.h first in dispatching.cpp BUG: Include Python.h first in _pocketfft_umath.cpp
https://sourceware.org/pipermail/cygwin/2025-January/257025.html suggests the known problems in Cygwin 3.5.5 might be alleviated by rolling back to Cygwin 3.5.4: https://sourceware.org/pipermail/cygwin/2025-January/257085.html suggests this occurs after some step completes. Running the Python tests suggest the child processes are doing *something*, but attaching gdb to find out what fails: attempts to inspect the stack imply they converted the NULL pointer to a function pointer then called it recursively, which seems unlikely.
It'll take forever, but it might say which tests fail now.
Something's gone wonky with the threading/multiprocessing code. Not sure how to figure out what, since the debugger shows null backtrace.
Merge in upstream/main
Assumed minor version was a single digit when I wrote this: now checked to be a digit, and allowed to have one or two in the minor version.
The last four tests have hung just after
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Will become numpy#28107