mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-04-15 23:01:59 +03:00
remove old comment
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 c8ce29c239
and https://github.com/python-pillow/Pillow/issues/7991.
This commit is contained in:
parent
c18d17ac70
commit
1a29485ea4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user