This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author sobolevn
Recipients sobolevn
Date 2021-10-29.09:46:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1635500808.24.0.905348748425.issue45666@roundup.psfhosted.org>
In-reply-to
Content
Right now GitHub emmits this warning:

```
GitHub Actions / Windows (x64)

Programs/_testembed.c#L1735

'swprintf' : format string '%s' requires an argument of type 'unsigned short *', but variadic argument 1 has type 'const char *' [D:\a\cpython\cpython\PCbuild\_testembed.vcxproj]

```

Example: https://github.com/python/cpython/pull/29272/files#file-programs-_testembed-c-L1735

Source: https://github.com/python/cpython/blob/7bddd96982072d04bd6314da1ee7f40b7f875f00/Programs/_testembed.c#L1736

I will send a PR with the fix.
History
Date User Action Args
2021-10-29 09:46:48sobolevnsetrecipients: + sobolevn
2021-10-29 09:46:48sobolevnsetmessageid: <1635500808.24.0.905348748425.issue45666@roundup.psfhosted.org>
2021-10-29 09:46:48sobolevnlinkissue45666 messages
2021-10-29 09:46:48sobolevncreate