X Tutup
The Wayback Machine - https://web.archive.org/web/20221223194424/https://github.com/python/cpython/pull/99452
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] gh-92119: ctypes: Print exception class name instead of its representation (GH-98302) #99452

Merged
merged 1 commit into from Nov 13, 2022

Conversation

kamilturek
Copy link
Contributor

@kamilturek kamilturek commented Nov 13, 2022

(cherry picked from commit b9dedfe)

A different approach is needed in this backport as PyType_GetName is not available in 3.10.

@kamilturek
Copy link
Contributor Author

kamilturek commented Nov 13, 2022

Hey @JelleZijlstra, I prepared the backport with a different approach as agreed.

@JelleZijlstra JelleZijlstra self-requested a review Nov 13, 2022
Copy link
Member

@JelleZijlstra JelleZijlstra left a comment

Thank you!

Modules/_ctypes/callproc.c Show resolved Hide resolved
@JelleZijlstra JelleZijlstra merged commit bc2cdfc into python:3.10 Nov 13, 2022
14 checks passed
@kamilturek kamilturek deleted the backport-b9dedfe-3.10 branch Nov 14, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants
X Tutup