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 herring
Recipients herring
Date 2019-08-30.00:04:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1567123477.95.0.275651611674.issue37985@roundup.psfhosted.org>
In-reply-to
Content
Most of the "p->depth--;" lines associated with "p->error = WFERR_UNMARSHALLABLE;" are spurious, and can crash the interpreter if enough of them prevent reaching MAX_MARSHAL_STACK_DEPTH.  (The only exceptions are in 2.7, where some of them are followed by a return that skips another "p->depth--;".)
History
Date User Action Args
2019-08-30 00:04:38herringsetrecipients: + herring
2019-08-30 00:04:37herringsetmessageid: <1567123477.95.0.275651611674.issue37985@roundup.psfhosted.org>
2019-08-30 00:04:37herringlinkissue37985 messages
2019-08-30 00:04:37herringcreate