pygame-community / pygame-ce

🐍🎮 pygame - Community Edition is a FOSS Python library for multimedia applications (like games). Built on top of the excellent SDL library.
https://pyga.me
939 stars 155 forks source link

Fix stubcheck error on windows, mark typealiases as such in typing #3147

Closed zoldalma999 closed 1 month ago

aatle commented 1 month ago

Note: (despite the 3 approving reviews and the passed checks,) the TypeAlias additions are actually problematic because it is unavailable for python <3.10. See #3149 for the fix.