[issue20374] Failure to compile with readline-6.3-rc1

Serhiy Storchaka report at bugs.python.org
Fri Jan 24 17:41:14 CET 2014


Serhiy Storchaka added the comment:

> With your patch, _readline.so again builds correctly.

Yes, this is what I wanted to know. Sorry for the awkward formulation.

Type casting is dangerous because it may hide the signature mismatch, which 
can cause problems later in run time. It is better to rely on static type 
checking if possible.

----------

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


More information about the Python-bugs-list mailing list