Skip to content

bpo-37781: use "z" for PY_FORMAT_SIZE_T #15156

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

Merged
merged 1 commit into from
Aug 30, 2019
Merged

Conversation

methane
Copy link
Member

@methane methane commented Aug 7, 2019

MSVC 2015 supports %zd / %zu. "z" is portable enough nowadays.

https://bugs.python.org/issue37781

MSVC 2015 supports %zd / %zu.  "z" is portable enough nowadays.
@methane methane merged commit d765d81 into python:master Aug 30, 2019
@methane methane deleted the size_t_format branch August 30, 2019 23:48
lisroach pushed a commit to lisroach/cpython that referenced this pull request Sep 10, 2019
MSVC 2015 supports %zd / %zu.  "z" is portable enough nowadays.
DinoV pushed a commit to DinoV/cpython that referenced this pull request Jan 14, 2020
MSVC 2015 supports %zd / %zu.  "z" is portable enough nowadays.
websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request Jul 20, 2020
MSVC 2015 supports %zd / %zu.  "z" is portable enough nowadays.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants