Skip to content

Commit 6a75c91

Browse files
committed
address review: delete x, y, HAVE_DOUBLE_ROUNDING
1 parent 1a12911 commit 6a75c91

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/support/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -521,6 +521,7 @@ def dec(*args, **kwargs):
521521
skip_if_double_rounding = unittest.skipIf(HAVE_DOUBLE_ROUNDING,
522522
"accuracy not guaranteed on "
523523
"machines with double rounding")
524+
del x, y, HAVE_DOUBLE_ROUNDING
524525

525526

526527
def requires_zlib(reason='requires zlib'):

0 commit comments

Comments
 (0)