-
-
Notifications
You must be signed in to change notification settings - Fork 32.2k
bpo-10320: Replace nonstandard sprintf() length modifier in ctypes' PyCArg_repr() #10853
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-10320: Replace nonstandard sprintf() length modifier in ctypes' PyCArg_repr() #10853
Conversation
…yCArg_repr() Use "ll" instead of the nonstandard "q".
Thanks @ZackerySpytz for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6, 3.7. |
…yCArg_repr(). (pythonGH-10853) Use "ll" instead of the nonstandard "q". (cherry picked from commit 062cbb6) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
GH-10856 is a backport of this pull request to the 3.7 branch. |
GH-10857 is a backport of this pull request to the 3.6 branch. |
GH-10858 is a backport of this pull request to the 2.7 branch. |
…yCArg_repr(). (pythonGH-10853) Use "ll" instead of the nonstandard "q". (cherry picked from commit 062cbb6) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
…yCArg_repr(). (pythonGH-10853) Use "ll" instead of the nonstandard "q". (cherry picked from commit 062cbb6) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Thanks @ZackerySpytz for the PR, and @serhiy-storchaka for merging it 🌮🎉.. I'm working now to backport this PR to: 2.7. |
GH-11228 is a backport of this pull request to the 2.7 branch. |
…yCArg_repr(). (pythonGH-10853) Use "ll" instead of the nonstandard "q". (cherry picked from commit 062cbb6) Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Use "ll" instead of the nonstandard "q".
https://bugs.python.org/issue10320