Ankith
Ankith
Hrmmm, this PR fixes one known issue to me already. BTW I have tracked down the test fail from here and made an SDL bug report (this bug is already...
I've not tested anything yet... but I can safely say both are *fairly heavy*, both in terms of the disk size and the work needed to set both up. The...
On the topic of labels, I had added the `Submodule: x` for organisation and better searchability of labels. I see its downs now, but I would still like to have...
There are no blockers for a dev release or a full release ATM... but there are a few nice-to-merge-before-a-release that I have in mind #3317 is on the 2.1.3 label,...
Ooh dev release, nice! Went through pypi and noticed that the linux aarch64 wheels are accidently uploaded under the wrong tag (dev5) and manylinux2014 wheels seem to be missing too
This is not a bug fixed by the latest SDL update. There is a pygame issue to be fixed here The problem with your subclass code is that your `__init__()`...
The fix to be implemented on the pygame end is that any sound method that needs a chunk, should first check that the chunk is non-NULL (and if it is...
I just realised that IDLE running stuff with the `-i` flag is a feature not a bug after I was pointed to at the [doc for this](https://docs.python.org/3/library/idle.html#run-menu-editor-window-only) So I will...
Yes, my main reasoning for adding the 3.7 check is that fastcall cpython 3.6 was first of all, and implementation detail (and other python implementations don't have it), and more...
+1 from my side for this suggestion