Skip to content

🐛 fix typing errors in numpy.ctypeslib#160

Merged
jorenham merged 4 commits into
mainfrom
ctypeslib-fixes
Feb 20, 2025
Merged

🐛 fix typing errors in numpy.ctypeslib#160
jorenham merged 4 commits into
mainfrom
ctypeslib-fixes

Conversation

@jorenham

@jorenham jorenham commented Feb 20, 2025

Copy link
Copy Markdown
Member

closes #99


This mostly ignores "overlapping overload" errors, and doesn't include (many) fixes. These ignores are a temporary measure that won't be needed anymore once the integer scalar types have been made concrete (see #136). So backporting this upstream isn't really needed.

Quick side-note: Annotating the Python 3.14 complex ctypes is going to have to wait until numpy/numpy#28360 is fixed.

@jorenham jorenham added this to the v2.2.x.0 milestone Feb 20, 2025
@jorenham jorenham merged commit 5929b65 into main Feb 20, 2025
@jorenham jorenham deleted the ctypeslib-fixes branch February 20, 2025 02:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Typing errors in numpy.ctypeslib

1 participant