[Python-Dev] int/long FutureWarning

Guido van Rossum guido@python.org
Thu, 28 Nov 2002 22:50:14 -0500


> So, maybe we simply need finer-grained warnings - such as in
> PyArg_ParseTuple, and any other places where the impact will actually be
> felt.

But PyArg_ParseTuple doesn't know whether an argument came from a hex
constant or not.

--Guido van Rossum (home page: http://www.python.org/~guido/)