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 vstinner
Recipients christian.heimes, loewis, pitrou, shihai1991, skrah, tim.peters, vstinner
Date 2019-08-03.11:10:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1564830628.65.0.157254978358.issue19692@roundup.psfhosted.org>
In-reply-to
Content
I dislike this macro. A cast is either safe or unsafe. If it is safe, (type)var would be better. If it is unsafe, well, it would be better to add a runtime check. No? (I mean better error reporting than abort() pnly in debug mode.)
History
Date User Action Args
2019-08-03 11:10:28vstinnersetrecipients: + vstinner, tim.peters, loewis, pitrou, christian.heimes, skrah, shihai1991
2019-08-03 11:10:28vstinnersetmessageid: <1564830628.65.0.157254978358.issue19692@roundup.psfhosted.org>
2019-08-03 11:10:28vstinnerlinkissue19692 messages
2019-08-03 11:10:28vstinnercreate