Pygame-ce 2.3.2 just released

Ok, waiting for the 2.4.0 version, we got a new release of pygame-ce, the new fork of pygame.

https://github.com/pygame-community/pygame-ce/releases/tag/2.3.2

To install it, unistall previous version with pip uninstall pygame and install the new version with pip install pygame-ce –upgrade

Bug fixes

-New contributor @Cyuria fixed a long standing and infamous bug in pygame.draw.arc in #2344 where arcs with widths would be incorrectly rendered with holes in between.

music.get_pos could segfault due to an internal zero division error, this has now been fixed by @oddbookworm in #2426

@ankith26 fixed a couple of overflow related bugs in mapped int color handling and improved the internal C API for it in #2349

@oddbookworm fixed a case of segfaulting in PixelArray in #2276

@Matiiss fixed Sound.init incorrectly raising TypeError instead of FileNotFoundError for some inputs in #2381

@dr0id fixed copy.deepcopy support for Surface in #2394

@pmp-p fixed webassembly support of pygame.newbuffer and pygame.pixelarray in #2419 and #2413


Subscribe to the newsletter for updates
Tkinter templates
Avatar My youtube channel

Twitter: @pythonprogrammi - python_pygame

Videos

Speech recognition game

Pygame's Platform Game

Other Pygame's posts

Published by pythonprogramming

Started with basic on the spectrum, loved javascript in the 90ies and python in the 2000, now I am back with python, still making some javascript stuff when needed.