Ankith

Results 267 comments of Ankith

Fixed a merge conflict in here with a merge commit

Thanks for the review! Looking back at this PR, I noticed a few more improvements in code I can make, so I'll push a commit for that and also comment...

Pushed a new commit that documents code better, makes mutex locking system simpler (with locks held directly from top level functions) and other minor misc improvements. To test the effects...

Benchmarking timer with a dict attribute, performance seems to have degraded. Found a fix for it, will push another commit for it after more extensive testing and such

Latest commits improved performance of event-with-dict posting too, and now it is much closer to the 2.1.3 benchmarks posted above for non-dict events. Added a unit test for more extensive...

I did some testing with a few apps that used some timers, and this PR should be done from my end There are still a few minor issue fixes/changes I'd...

The latest force pushes are for fixing merge conflicts, and minor emscripten compile issues

It does release GIL in `pygame.event.wait()`. Releasing GIL in `pygame.event.poll()` is kinda pointless because the function is supposed to return almost immediately

Force pushed without any changes to rebase on main, to get the latest tests from main onto this branch