Closed
Copy link
Copy Markdown
Member Author
@ngoldbaum Would you mind verifying that this fixes NumPy?
Copy link
Copy Markdown
Contributor
Seems to work:
Python 3.15.0a2+ (heads/fix-numpy-shenanigans:2321c5a, Dec 1 2025, 16:34:55) [Clang 17.0.0 (clang-1700.4.4.1)] on darwin
Type "help", "copyright", "credits" or "license" for more information.
>>> import numpy
>>> numpy.__version__
'2.5.0.dev0+git20251201.fb0578d'
>>>
Copy link
Copy Markdown
Contributor
lol, I like the branch name.
I can confirm that this fixes it for both
โ 21:43:47 [belanna] @ clang++ --version
clang version 21.1.6
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
~
โ 21:43:53 [belanna] @ g++ --version
g++ (GCC) 15.2.1 20251112
Copyright (C) 2025 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Copy link
Copy Markdown
Contributor
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
StanFromIreland pushed a commit to StanFromIreland/cpython that referenced this pull request
Dec 6, 2025