Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update Lib/dataclasses.py
Remove comment referring to weakref

Co-authored-by: Carl Meyer <carl@oddbird.net>
  • Loading branch information
DavidCEllis and carljm authored Mar 24, 2023
commit bf320be0d747672f8b0cc1b27618176b07abf3f9
1 change: 0 additions & 1 deletion Lib/dataclasses.py
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,6 @@ def __repr__(self):
type,
range,
property,
# weakref.ref, # weakref is not currently imported by dataclasses directly
}

# This function's logic is copied from "recursive_repr" function in
Expand Down