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 Phil Frost
Recipients Jeffrey.Kintscher, Phil Frost, facundobatista, mark.dickinson, rhettinger, skrah, tim.peters, vstinner
Date 2019-06-06.21:40:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1559857217.57.0.870221252276.issue37168@roundup.psfhosted.org>
In-reply-to
Content
Probably too many C extensions to feasibly audit them all. Also we can't rule out something busted in Alpine. So I'm going to set a watchpoint on small_ints[1]->ob_ival with a little gdb script to dump core right when it changes; hopefully inspecting that backtrace will lead directly to the culprit.
History
Date User Action Args
2019-06-06 21:40:17Phil Frostsetrecipients: + Phil Frost, tim.peters, rhettinger, facundobatista, mark.dickinson, vstinner, skrah, Jeffrey.Kintscher
2019-06-06 21:40:17Phil Frostsetmessageid: <1559857217.57.0.870221252276.issue37168@roundup.psfhosted.org>
2019-06-06 21:40:17Phil Frostlinkissue37168 messages
2019-06-06 21:40:17Phil Frostcreate