-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Right now there are two minor problems with it:
- Here
CodeType
is assumed to be missing for some reason:Line 109 in 26ff436
t = getattr(types, "CodeType", None) Line 185 in 26ff436
d[types.CodeType] = _deepcopy_atomic - We can also modernize
type(None)
and etc to use existingtypes.
aliases for clarity
Linked PRs
Metadata
Metadata
Assignees
Labels
type-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error