douban / greenify

Make blocking C library work with gevent
BSD 3-Clause "New" or "Revised" License
430 stars 58 forks source link

build wheel package with abi3 #25

Open lexdene opened 1 year ago

lexdene commented 1 year ago
$ abi3audit --verbose dist/*.whl
greenify-0.4.1-cp37-abi3-linux_x86_64.whl:                                   
greenify.cpython-38-x86_64-linux-gnu.so has non-ABI3 symbols                    
┏━━━━━━━━━━━━━━━━━━━━━━━━━┓                                                     
┃ Symbol                  ┃                                                     
┡━━━━━━━━━━━━━━━━━━━━━━━━━┩                                                     
│ _Py_CheckRecursionLimit │                                                     
│ Py_OptimizeFlag         │                                                     
└─────────────────────────┘                                                     
greenify-0.4.1-cp37-abi3-linux_x86_64.whl: 1 extensions scanned; 0 ABI       
version mismatches and 2 ABI violations found