]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45666: Use `%S` for MSVC and `%s` elsewhere for `swprintf` in `_testembed.c`...
authorNikita Sobolev <mail@sobolevn.me>
Mon, 1 Nov 2021 12:11:34 +0000 (15:11 +0300)
committerGitHub <noreply@github.com>
Mon, 1 Nov 2021 12:11:34 +0000 (20:11 +0800)
commit401d25e92f62a9ef320a97542b3e63cb8c34e7e9
tree4c91cd57ffaa6ac2e9f2ef9784fb831cd01ce871
parente73283a20fb05b70da2990decefac0e011faec17
bpo-45666: Use `%S` for MSVC and `%s` elsewhere for `swprintf` in `_testembed.c` (GH-29341)

Co-authored-by: Ken Jin <28750310+Fidget-Spinner@users.noreply.github.com>
Programs/_testembed.c