[issue19692] Rename Py_SAFE_DOWNCAST

Martin v. Löwis report at bugs.python.org
Fri Nov 22 16:41:56 CET 2013


Martin v. Löwis added the comment:

-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.

----------
nosy: +loewis

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19692>
_______________________________________


More information about the Python-bugs-list mailing list