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 ZackerySpytz
Recipients ZackerySpytz, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-06-28.23:58:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561766338.66.0.394752973171.issue37445@roundup.psfhosted.org>
In-reply-to
Content
As mentioned in bpo-26493, some FormatMessageW() calls use the FORMAT_MESSAGE_FROM_SYSTEM flag without FORMAT_MESSAGE_IGNORE_INSERTS. This will cause FormatMessageW() to fail if there are insert sequences in the message definition.

I will create a PR for this issue.
History
Date User Action Args
2019-06-28 23:58:58ZackerySpytzsetrecipients: + ZackerySpytz, paul.moore, tim.golden, zach.ware, steve.dower
2019-06-28 23:58:58ZackerySpytzsetmessageid: <1561766338.66.0.394752973171.issue37445@roundup.psfhosted.org>
2019-06-28 23:58:58ZackerySpytzlinkissue37445 messages
2019-06-28 23:58:58ZackerySpytzcreate