]> granicus.if.org Git - python/commit
Replace PyErr_BadArgument() error in PyInt_AsLong() with "an integer
authorGuido van Rossum <guido@python.org>
Tue, 9 May 2000 14:27:48 +0000 (14:27 +0000)
committerGuido van Rossum <guido@python.org>
Tue, 9 May 2000 14:27:48 +0000 (14:27 +0000)
commitc18a6f466a3caaee835540014768f7d38206053a
tree058612e893ff37613de9acdeb8f9a18a50713151
parentb8872e61c622e15c68336fcc776e705f904e1e50
Replace PyErr_BadArgument() error in PyInt_AsLong() with "an integer
is required" (we can't say more because we don't know in which context
it is called).
Objects/intobject.c