Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-102799: use sys.exception() instead of sys.exc_info() in contextlib #103311

Merged
merged 7 commits into from
Jul 20, 2023

Conversation

iritkatriel
Copy link
Member

@iritkatriel iritkatriel commented Apr 6, 2023

This will be further simplified when PEP-707 or something like that is implemented, but for now I think this clarifies where we still need the triplet.

@iritkatriel iritkatriel requested a review from ambv April 24, 2023 20:36
Lib/contextlib.py Outdated Show resolved Hide resolved
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
@kumaraditya303 kumaraditya303 merged commit eeff8e7 into python:main Jul 20, 2023
17 checks passed
@iritkatriel iritkatriel deleted the exc_info-contextlib branch July 25, 2023 18:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants