e71db24 Add a dirty patch to restore Python 3.9 support

Authored and Committed by churchyard 3 years ago
    Add a dirty patch to restore Python 3.9 support
    
    - rename PyModule_AddType to PyModule_AddType_ to avoid collision
    - use LooseVersion, because StrictVersion cannot parse 3.9.0rc1
    
        
  • Build completed
    success
    Built as python-pyev-0.9.0-0.12.20130610gite31d137.fc34
    3 years ago
  • Build completed
    success
    Built as python-pyev-0.9.0-0.12.20130610gite31d137.fc33
    3 years ago
file modified
+4 -3
file added
+44