Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

[3.11] GH-102537: Handle check for PYTHONTZPATH failing in zoneinfo test (GH-102538)#102586

Merged
miss-islington merged 1 commit into
python:3.11python/cpython:3.11from
miss-islington:backport-64bde50-3.11miss-islington/cpython:backport-64bde50-3.11Copy head branch name to clipboard
Mar 10, 2023
Merged

[3.11] GH-102537: Handle check for PYTHONTZPATH failing in zoneinfo test (GH-102538)#102586
miss-islington merged 1 commit into
python:3.11python/cpython:3.11from
miss-islington:backport-64bde50-3.11miss-islington/cpython:backport-64bde50-3.11Copy head branch name to clipboard

Conversation

@miss-islington

@miss-islington miss-islington commented Mar 10, 2023

Copy link
Copy Markdown
Contributor

It is possible but unlikely for the python_tzpath_context function to fail between the start of the try block and the point where os.environ.get succeeds, in which case old_env will be undefined. In this case, we want to take no action.

Practically speaking this will really only happen in an error condition anyway, so it doesn't really matter, but we should probably do it right anyway.
(cherry picked from commit 64bde50)

Co-authored-by: Paul Ganssle 1377457+pganssle@users.noreply.github.com

…st (pythonGH-102538)

It is possible but unlikely for the `python_tzpath_context` function to fail between the start of the `try` block and the point where `os.environ.get` succeeds, in which case `old_env` will be undefined. In this case, we want to take no action.

Practically speaking this will really only happen in an error condition anyway, so it doesn't really matter, but we should probably do it right anyway.
(cherry picked from commit 64bde50)

Co-authored-by: Paul Ganssle <1377457+pganssle@users.noreply.github.com>
@miss-islington miss-islington merged commit 123119f into python:3.11 Mar 10, 2023
@miss-islington miss-islington deleted the backport-64bde50-3.11 branch March 10, 2023 15:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.