You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Operating system: Linux / Windows (Endeavour)
Python version : 3.11.7
SDL version: 2.28.0+
PyGame version: 2.4.1
Current behavior:
Segfault when changing a pixel in a PixelArray with the syntax pixel_array[y][x].
Returns an error ValueError: sequence size missmatch with the syntax pixel_array[x, y].
Expected behavior:
Target pixel is set to the requested color in the PixelArray, as per documentation.
Original report : pygame/pygame#4163 (comment)
Environment:
Operating system: Linux / Windows (Endeavour)
Python version : 3.11.7
SDL version: 2.28.0+
PyGame version: 2.4.1
Current behavior:
Segfault when changing a pixel in a PixelArray with the syntax
pixel_array[y][x]
.Returns an error
ValueError: sequence size missmatch
with the syntaxpixel_array[x, y]
.Expected behavior:
Target pixel is set to the requested color in the PixelArray, as per documentation.
Test code
Stack trace/error output/other error logs
The text was updated successfully, but these errors were encountered: