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

[3.10] bpo-44026: Idle - display interpreter's 'did you mean' hints (GH-25912) #25973

Merged
merged 1 commit into from May 8, 2021

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented May 7, 2021

A C function accessible by the default exception handler, but not by python code,
finds the existing name closest to the name causing a name or attribute error. For
such errors, call the default handler after capturing stderr and retrieve its message line.

Co-authored-by: Terry Jan Reedy tjreedy@udel.edu
(cherry picked from commit 092f9dd)

Co-authored-by: E-Paine 63801254+E-Paine@users.noreply.github.com

https://bugs.python.org/issue44026

…H-25912)

A C function accessible by the default exception handler, but not by python code,
finds the existing name closest to the name causing a name or attribute error.  For
such errors, call the default handler after capturing stderr and retrieve its message line.

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
(cherry picked from commit 092f9dd)

Co-authored-by: E-Paine <63801254+E-Paine@users.noreply.github.com>
@miss-islington
Copy link
Contributor Author

miss-islington commented May 7, 2021

@E-Paine and @terryjreedy: Status check is done, and it's a success .

3 similar comments
@miss-islington
Copy link
Contributor Author

miss-islington commented May 7, 2021

@E-Paine and @terryjreedy: Status check is done, and it's a success .

@miss-islington
Copy link
Contributor Author

miss-islington commented May 7, 2021

@E-Paine and @terryjreedy: Status check is done, and it's a success .

@miss-islington
Copy link
Contributor Author

miss-islington commented May 8, 2021

@E-Paine and @terryjreedy: Status check is done, and it's a success .

@terryjreedy terryjreedy merged commit 5a5237c into python:3.10 May 8, 2021
14 checks passed
@miss-islington miss-islington deleted the backport-092f9dd-3.10 branch May 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants