Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 34k
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
CodeTypeis assumed to be missing for some reason:But here, it is just used as it should be: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