dayjaby / zebra-scanner

Read barcodes in python with zebra barcode scanner
MIT License
23 stars 18 forks source link

Fix seg fault #21

Closed dayjaby closed 3 years ago

dayjaby commented 3 years ago

We had to surround the entire object cast and OnBarcode call with one GIL statement and make sure that no other GIL tries to be locked within the function call.