Skip to content

Conversation

@radarhere
Copy link
Member

Pillow/Tests/helper.py

Lines 374 to 375 in 824db71

def is_big_endian() -> bool:
return sys.byteorder == "big"

is not called as a function in

Pillow/Tests/test_image.py

Lines 1052 to 1053 in 824db71

def test_getdata_putdata(self, mode: str) -> None:
if is_big_endian and mode == "BGR;15":

@hugovk hugovk merged commit c250a44 into python-pillow:main Apr 27, 2024
@radarhere radarhere deleted the big_endian branch April 27, 2024 08:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants