-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
gh-105751: Cleanup test_ctypes imports #105803
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
Conversation
vstinner
commented
Jun 14, 2023
•
edited by bedevere-bot
Loading
edited by bedevere-bot
- Move imports at top level and sort imports.
- Replace c_buffer() with create_string_buffer(): c_buffer is a deprecated alias.
- PEP 8: Add empty lines for readability between imports and classes.
- Issue: Rework test_ctypes #105751
* Move imports at top level and sort imports. * Replace c_buffer() with create_string_buffer(): c_buffer is a deprecated alias. * PEP 8: Add empty lines for readability between imports and classes.
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.11. |
Thanks @vstinner for the PR 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Sorry, @vstinner, I could not cleanly backport this to |
Sorry, @vstinner, I could not cleanly backport this to |
OK, giving up on backporting everything. It's a bummer it wasn't done though. |