[issue36767] Segmentation fault when running c extension on macOS

Ronald Oussoren report at bugs.python.org
Wed May 1 10:35:34 EDT 2019


Ronald Oussoren <ronaldoussoren at mac.com> added the comment:

The program you include in your report will crash because the interpreter is never initialised.

See the embedding documentation for more information: https://docs.python.org/3/extending/embedding.html

----------
resolution:  -> not a bug
status: open -> pending

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue36767>
_______________________________________


More information about the Python-bugs-list mailing list