-
-
Couldn't load subscription status.
- Fork 33.2k
bpo-43087: Fix error in ctypes "Incomplete Types" doc #24404
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
bpo-43087: Fix error in ctypes "Incomplete Types" doc #24404
Conversation
The last example must use byte strings.
|
This PR is stale because it has been open for 30 days with no activity. |
|
Thanks @ZackerySpytz for the PR, and @terryjreedy for merging it 🌮🎉.. I'm working now to backport this PR to: 3.8, 3.9. |
|
GH-25198 is a backport of this pull request to the 3.9 branch. |
The previous "Fundamental data types" section says a c_char_p must be bytes (or None). (cherry picked from commit 14829b0) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
|
GH-25199 is a backport of this pull request to the 3.8 branch. |
The previous "Fundamental data types" section says a c_char_p must be bytes (or None). (cherry picked from commit 14829b0) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
The previous "Fundamental data types" section says a c_char_p must be bytes (or None).
https://bugs.python.org/issue43087