Open
Description
when i use pyswip in flask func like this:
@app.route("...")
def lala():
p = Prolog()
p.consult('somepath')
it will raise :
OSError: exception: access violation reading 0x0000000000000050
it seems like pyswip cannot work well with asyn
so i try to use a lock
but this problem still exist when i used a lock
:(
Metadata
Assignees
Labels
No labels