bpo-37552 strptime/strftime return invalid results with UCRT version 17763.615 by paulmon · Pull Request #14460 · python/cpython
paulmon
changed the title
bpo-36511 skip strptime/strftime cp65001 failures
bpo-37552 strptime/strftime return invalid results with UCRT version 17763.615
Paul Monson added 5 commits
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
…17763.615 (pythonGH-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. (cherry picked from commit 9cd39b1) Co-authored-by: Paul Monson <paulmon@users.noreply.github.com>
miss-islington added a commit that referenced this pull request
…17763.615 (GH-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. (cherry picked from commit 9cd39b1) Co-authored-by: Paul Monson <paulmon@users.noreply.github.com>
lisroach pushed a commit to lisroach/cpython that referenced this pull request
…17763.615 (python#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.
DinoV pushed a commit to DinoV/cpython that referenced this pull request
…17763.615 (python#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.
websurfer5 pushed a commit to websurfer5/cpython that referenced this pull request
…17763.615 (python#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.
paulmon
mannequin
mentioned this pull request