Skip to content
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

move some stuffs related to Structure and Union from ctypes/__init__.pyi to _ctypes.pyi, as at runtime. #10125

Merged
merged 2 commits into from
May 1, 2023

Conversation

junkmd
Copy link
Contributor

@junkmd junkmd commented May 1, 2023

related to #8633 and #8571 (comment)

As in #10118, I would change the typestub definitions to the equivalent location as runtime.

I moved stuffs related to Structure and Union.

junkmd added 2 commits May 1, 2023 20:29
- `_CField`
- `_StructUnionMeta`
- `_StructUnionBase`
- `Union`
- `Structure`
@github-actions
Copy link
Contributor

github-actions bot commented May 1, 2023

According to mypy_primer, this change has no effect on the checked open source code. 🤖🎉

@AlexWaygood AlexWaygood merged commit 295a5c3 into python:main May 1, 2023
@junkmd junkmd deleted the move_ctypes_definitions_part2 branch May 1, 2023 12:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants