]> granicus.if.org Git - python/commit
Now that we have standard (optional) long long support, the long long
authorGuido van Rossum <guido@python.org>
Mon, 31 Aug 1998 14:14:09 +0000 (14:14 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 31 Aug 1998 14:14:09 +0000 (14:14 +0000)
commit164543607cf8e854d1ba1c76eecd633aaf7ab377
treeeb9cc564fe821e79602f666c0e5b4f1dcab186e5
parent80c7bcf667b49c9c62dffeb9e433613f2c94e87f
Now that we have standard (optional) long long support, the long long
support in this module can go.  The patch only deletes code
(PyLong_FromLongLong() and PyLong_AsLongLong()).  By Sjoerd Mullender.
Modules/almodule.c