mirror of
https://github.com/python/cpython.git
synced 2025-12-31 04:23:37 +00:00
bpo-45167: Fix deepcopying of GenericAlias (GH-28324)
This commit is contained in:
parent
84a6061e29
commit
5dce51a887
3 changed files with 28 additions and 5 deletions
|
|
@ -418,6 +418,8 @@ static const char* const attr_exceptions[] = {
|
|||
"__mro_entries__",
|
||||
"__reduce_ex__", // needed so we don't look up object.__reduce_ex__
|
||||
"__reduce__",
|
||||
"__copy__",
|
||||
"__deepcopy__",
|
||||
NULL,
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue