mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
gh-139817: Attribute __qualname__ is added to TypeAliasType (#139919)
This commit is contained in:
parent
5213f1b684
commit
f673f0e7b4
9 changed files with 144 additions and 33 deletions
1
Include/internal/pycore_runtime_init_generated.h
generated
1
Include/internal/pycore_runtime_init_generated.h
generated
|
|
@ -1972,6 +1972,7 @@ extern "C" {
|
|||
INIT_ID(ps1), \
|
||||
INIT_ID(ps2), \
|
||||
INIT_ID(qid), \
|
||||
INIT_ID(qualname), \
|
||||
INIT_ID(query), \
|
||||
INIT_ID(queuetype), \
|
||||
INIT_ID(quotetabs), \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue