Skip to content

Fix typo in PyType_GetTypeDataSize bindings#5819

Merged
ngoldbaum merged 1 commit intoPyO3:mainfrom
ngoldbaum:fix-ffi-def
Feb 17, 2026
Merged

Fix typo in PyType_GetTypeDataSize bindings#5819
ngoldbaum merged 1 commit intoPyO3:mainfrom
ngoldbaum:fix-ffi-def

Conversation

@ngoldbaum
Copy link
Contributor

@ngoldbaum ngoldbaum commented Feb 16, 2026

Looks like this was a typo that's been missed since the function is currently unused in PyO3. I noticed this while working on opaque PyObject support (#5807 (comment)).

See the C API docs: https://docs.python.org/3/c-api/object.html#c.PyType_GetTypeDataSize.

@ngoldbaum ngoldbaum added FFI CI-skip-changelog Skip checking changelog entry labels Feb 16, 2026
@ngoldbaum ngoldbaum added this pull request to the merge queue Feb 17, 2026
Merged via the queue into PyO3:main with commit fe00ce7 Feb 17, 2026
48 checks passed
@ngoldbaum ngoldbaum deleted the fix-ffi-def branch February 17, 2026 05:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CI-skip-changelog Skip checking changelog entry FFI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants