bpo-37552 strptime/strftime return invalid results with UCRT version 17763.615 by paulmon · Pull Request #14460 · python/cpython

@paulmon paulmon changed the title bpo-36511 skip strptime/strftime cp65001 failures bpo-37552 strptime/strftime return invalid results with UCRT version 17763.615

Jul 10, 2019

zware

Paul Monson added 5 commits

July 16, 2019 18:12

pganssle

pganssle

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Jul 18, 2019
…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

Jul 18, 2019
…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

Sep 10, 2019
…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

Jan 14, 2020
…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

Jul 20, 2020
…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 paulmon mannequin mentioned this pull request

May 20, 2022