STINNER Victor <vstin...@redhat.com> added the comment:

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

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue19692>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to