Skip to content

Commit f3792ab

Browse files
Update Lib/test/test_dataclasses/__init__.py
Co-authored-by: Bartosz Sławecki <bartosz@ilikepython.com>
1 parent 9983346 commit f3792ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_dataclasses/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5376,7 +5376,7 @@ def cls(self):
53765376
self.assertIs(A().cls(), B)
53775377

53785378
def test_empty_class_cell(self):
5379-
# gh-148947: Make sure that if the class cell is empty, we don't crash.
5379+
# gh-148947: Make sure that we explicitly handle the empty class cell.
53805380
def maker():
53815381
if False:
53825382
__class__ = 42

0 commit comments

Comments
 (0)