Skip to content

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

Merged
methane merged 1 commit intopython:masterfrom
methane:size_t_format
Aug 30, 2019
Merged

bpo-37781: use "z" for PY_FORMAT_SIZE_T#15156
methane merged 1 commit intopython:masterfrom
methane:size_t_format

Conversation

@methane
Copy link
Copy Markdown
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