[issue5463] Compiler warning get_ulong is never used 3.x

Mark Dickinson report at bugs.python.org
Tue Mar 10 08:46:50 CET 2009


Mark Dickinson <dickinsm at gmail.com> added the comment:

Thanks for the patch!  Certainly it's desirable to get rid
of this warning, especially as in this case the warning indicates
a genuine problem:  namely that there's unused code floating around. 

I think it would not be unreasonable to simply remove the code
that's #ifdef'd away.  It was there for backwards compatibility,
and should no longer be needed in 3.0 and 3.1.

----------
message_count: 1.0 -> 2.0
nosy: +marketdickinson
nosy_count: 1.0 -> 2.0

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


More information about the Python-bugs-list mailing list