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 serhiy.storchaka
Recipients danielen, doko, lukasz.langa, serhiy.storchaka, steve.dower
Date 2020-03-02.06:42:45
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583131365.55.0.463782024136.issue38913@roundup.psfhosted.org>
In-reply-to
Content
New changeset 28d0bcac8b7e6dbd28311f1283dabb6a4d649fcb by Serhiy Storchaka in branch 'master':
bpo-38913: Fix segfault in Py_BuildValue("(s#O)", ...) if entered with exception raised. (GH-18656)
https://github.com/python/cpython/commit/28d0bcac8b7e6dbd28311f1283dabb6a4d649fcb
History
Date User Action Args
2020-03-02 06:42:45serhiy.storchakasetrecipients: + serhiy.storchaka, doko, lukasz.langa, steve.dower, danielen
2020-03-02 06:42:45serhiy.storchakasetmessageid: <1583131365.55.0.463782024136.issue38913@roundup.psfhosted.org>
2020-03-02 06:42:45serhiy.storchakalinkissue38913 messages
2020-03-02 06:42:45serhiy.storchakacreate