]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use strtoul() for oct/hex constants.
authorGuido van Rossum <guido@python.org>
Sun, 19 Jan 1992 16:33:51 +0000 (16:33 +0000)
committerGuido van Rossum <guido@python.org>
Sun, 19 Jan 1992 16:33:51 +0000 (16:33 +0000)
commitacbefefe21c86e918d7efff88e75cf69128f2115
tree6ce906ccc8726307b45202f481a8473a5c8facf1
parentb674c3bba50b1f5ea212dd85366f871872ad0be4
Use strtoul() for oct/hex constants.
Accept * as well as + in varargs arg list.
Python/compile.c