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 pablogsal, tim.peters, vstinner
Date 2019-10-10.21:24:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570742646.84.0.43974787224.issue38437@roundup.psfhosted.org>
In-reply-to
Content
+1.  This code got quite brittle when they decided to fit two pointers, a fat integer, and 3 flags into a struct with room for only the two pointers ;-)  It's a mine field now.  Enabling one of the few automated mine detectors is thoroughly sensible.
History
Date User Action Args
2019-10-10 21:24:06tim.peterssetrecipients: + tim.peters, vstinner, pablogsal
2019-10-10 21:24:06tim.peterssetmessageid: <1570742646.84.0.43974787224.issue38437@roundup.psfhosted.org>
2019-10-10 21:24:06tim.peterslinkissue38437 messages
2019-10-10 21:24:06tim.peterscreate