Eric Meyer <[email protected]> added the comment:
The problem I was seeing ended up being improper GIL management in a c++ extension. It seems putting items that were created without the GIL on the queue causes a seg fault. ---------- _______________________________________ Python tracker <[email protected]> <https://bugs.python.org/issue32879> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
