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 loewis
Recipients christian.heimes, loewis, pitrou, tim.peters, vstinner
Date 2013-11-22.15:41:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1385134916.47.0.204047349306.issue19692@psf.upfronthosting.co.za>
In-reply-to
Content
-1. The macro name doesn't claim the cast to be safe, i.e. it's not "Py_SAFELY_DOWNCAST", but "safe downcast", i.e. it's an assertion that the cast actually has been verified as being safe.
History
Date User Action Args
2013-11-22 15:41:56loewissetrecipients: + loewis, tim.peters, pitrou, vstinner, christian.heimes
2013-11-22 15:41:56loewissetmessageid: <1385134916.47.0.204047349306.issue19692@psf.upfronthosting.co.za>
2013-11-22 15:41:56loewislinkissue19692 messages
2013-11-22 15:41:56loewiscreate