[issue45666] Warning: "'swprintf' : format string '%s' requires an argument of type 'unsigned short *', but variadic argument 1 has type 'const char *'"

Ken Jin report at bugs.python.org
Mon Nov 1 08:11:43 EDT 2021


Ken Jin <kenjin4096 at gmail.com> added the comment:


New changeset 401d25e92f62a9ef320a97542b3e63cb8c34e7e9 by Nikita Sobolev in branch 'main':
bpo-45666: Use `%S` for MSVC and `%s` elsewhere for `swprintf` in `_testembed.c` (GH-29341)
https://github.com/python/cpython/commit/401d25e92f62a9ef320a97542b3e63cb8c34e7e9


----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45666>
_______________________________________


More information about the Python-bugs-list mailing list