fancycode / pylzma

Python bindings for the LZMA library
http://www.joachim-bauch.de/projects/pylzma/
GNU Lesser General Public License v2.1
234 stars 72 forks source link

Fix multiple instances of incorrect definitions of PyTypeObject #81

Open glaubitz opened 5 months ago

glaubitz commented 5 months ago

Fixes #80

thesamesam commented 5 months ago

For these fixes, I usually switch to designated initialisers as it makes it much more compact and less error-prone.

(Not affiliated with pylzma, just noticed this when looking for something else)