commit | 9cd39b16e2655f748f7aa8d20bca4812da00ba70 | [log] [tgz] |
---|---|---|
author | Paul Monson <paulmon@users.noreply.github.com> | Thu Jul 18 06:56:59 2019 -0700 |
committer | Paul Ganssle <pganssle@users.noreply.github.com> | Thu Jul 18 15:56:59 2019 +0200 |
tree | 4f812aedf58d207e3c4d41968f534bff8551daba | |
parent | 1b3892243433da7eae7f5f3a4f98f13d309c8926 [diff] |
bpo-37552: Skip failing tests in strptime/strftime with UCRT version 17763.615 (#14460) A bug in MSVC UCRT version 17763.615 (which has been fixed in newer versions) is causing test failures in some strptime/strftime tests when the default code page is c65001. This change selectively skips the tests affected by this.