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

[tests] mangled names are incorrectly introspected by test_pyclbr.py #120449

Closed
picnixz opened this issue Jun 13, 2024 · 3 comments
Closed

[tests] mangled names are incorrectly introspected by test_pyclbr.py #120449

picnixz opened this issue Jun 13, 2024 · 3 comments
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error

Comments

@picnixz
Copy link
Contributor

picnixz commented Jun 13, 2024

Bug report

Bug description:

This is something I encountered when implementing #120422. It should not affect the pyclbr.py module itself since introspection is achieved without any loading (so the names are correctly picked).

CPython versions tested on:

CPython main branch

Operating systems tested on:

Linux

Linked PRs

@picnixz picnixz added the type-bug An unexpected behavior, bug, or error label Jun 13, 2024
@erlend-aasland erlend-aasland added the tests Tests in the Lib/test dir label Jun 13, 2024
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jun 18, 2024
…ythonGH-120450)

(cherry picked from commit d8cd0fa)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this issue Jun 18, 2024
…ythonGH-120450)

(cherry picked from commit d8cd0fa)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
encukou pushed a commit that referenced this issue Jun 19, 2024
…GH-120450) (GH-120700)

gh-120449: fix ``test_pyclbr`` introspection for mangled names (GH-120450)
(cherry picked from commit d8cd0fa)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
encukou pushed a commit that referenced this issue Jun 19, 2024
…GH-120450) (GH-120701)

gh-120449: fix ``test_pyclbr`` introspection for mangled names (GH-120450)
(cherry picked from commit d8cd0fa)

Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
@nineteendo
Copy link
Contributor

Could you close this?

@picnixz picnixz closed this as completed Jun 19, 2024
@picnixz
Copy link
Contributor Author

picnixz commented Jun 19, 2024

(I was waiting for the backports to be merged but I missed the notification)

@nineteendo
Copy link
Contributor

It's fine, you can occasionally go through your issues here: https://github.com/python/cpython/issues/created_by/picnixz
Or your pull requests here: https://github.com/python/cpython/pulls/picnixz

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 type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

No branches or pull requests

3 participants