-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
[tests] mangled names are incorrectly introspected by test_pyclbr.py
#120449
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
Comments
encukou
pushed a commit
that referenced
this issue
Jun 18, 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>
picnixz
added a commit
to picnixz/cpython
that referenced
this issue
Jun 19, 2024
Could you close this? |
(I was waiting for the backports to be merged but I missed the notification) |
It's fine, you can occasionally go through your issues here: https://github.com/python/cpython/issues/created_by/picnixz |
mrahtz
pushed a commit
to mrahtz/cpython
that referenced
this issue
Jun 30, 2024
noahbkim
pushed a commit
to hudson-trading/cpython
that referenced
this issue
Jul 11, 2024
estyxx
pushed a commit
to estyxx/cpython
that referenced
this issue
Jul 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
test_pyclbr
introspection for mangled names #120450test_pyclbr
introspection for mangled names (GH-120450) #120700test_pyclbr
introspection for mangled names (GH-120450) #120701The text was updated successfully, but these errors were encountered: