Skip to content

Commit b9fb155

Browse files
committed
obsolete comment
1 parent 6dc0f48 commit b9fb155

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Lib/dataclasses.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1339,7 +1339,6 @@ def _add_slots(cls, is_frozen, weakref_slot, defined_fields):
13391339
break
13401340

13411341
# gh-135228: Make sure the original class can be garbage collected.
1342-
# Bypass mapping proxy to allow __dict__ to be removed
13431342
sys._clear_type_descriptors(cls)
13441343

13451344
return newcls

0 commit comments

Comments
 (0)