Skip to content

Commit

Permalink
remove old comment
Browse files Browse the repository at this point in the history
The original bug this was referring to seems to have been lost, but it looks to have been something to do with Python 2/3 compatibility and big numbers.
See commit c8ce29c and python-pillow#7991.
  • Loading branch information
Yay295 committed Jul 16, 2024
1 parent b486314 commit f6656da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Tests/test_image_getdata_putdata.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,6 @@ def test_getdata_roundtrip(
),
)
def test_putdata_long_integers(value: int, pixel: tuple[int, int, int, int]) -> None:
# see bug-200802-systemerror

im = Image.new("RGBA", (1, 1))
im.putdata([value])
assert im.getpixel((0, 0)) == pixel
Expand Down

0 comments on commit f6656da

Please sign in to comment.