Skip to content
Closed
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
Fix merge artifacts
  • Loading branch information
eduardo-elizondo committed Aug 28, 2018
commit 5eb802a762d155691485959b3d81eb572f4042c4
1 change: 0 additions & 1 deletion Lib/test/test_csv.py
Original file line number Diff line number Diff line change
Expand Up @@ -1082,7 +1082,6 @@ def test_create_write(self):
delta = rc-lastrc
lastrc = rc
# if csv.writer() leaks, last delta should be 3 or more
print(sys.getobjects(5))
self.assertLess(delta, 3)

def test_read(self):
Expand Down