[issue30575] Python interpreter crashes on macOS

2017-06-09 Thread Yibo Wang
Yibo Wang added the comment: It's a bug from cffi because the interpreter won't crash when using ctypes only without cffi. -- resolution: -> not a bug stage: -> resolved status: open -> closed ___ Python tracker <rep...@bugs.pytho

[issue30575] Python interpreter crashes on macOS

2017-06-05 Thread Yibo Wang
New submission from Yibo Wang: I am writing python wrapper for rust library, everything goes fine until execution finishes. "Python quit unexpectedly" [1]25805 segmentation fault python3 To reproduce, download code from GitHub repo provided by this blog(https://kushalda