This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author tim.peters
Recipients Timothy Lusk, Timothy Lusk2, benjamin.peterson, tim.peters
Date 2019-06-30.04:54:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1561870498.95.0.715605390744.issue37434@roundup.psfhosted.org>
In-reply-to
Content
I haven't used protobuf, but it's _generally_ true that crashes that occur for the first time in the presence of C or C++ extension modules are due to subtle (or not so subtle) mistakes in using the sometimes-delicate Python C API.  So it's too soon to play "pin the blame on the donkey here" ;-)  But resolving it really needs someone who knows what protobuf is doing.
History
Date User Action Args
2019-06-30 04:54:58tim.peterssetrecipients: + tim.peters, benjamin.peterson, Timothy Lusk, Timothy Lusk2
2019-06-30 04:54:58tim.peterssetmessageid: <1561870498.95.0.715605390744.issue37434@roundup.psfhosted.org>
2019-06-30 04:54:58tim.peterslinkissue37434 messages
2019-06-30 04:54:58tim.peterscreate