diff options
| author | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-06-15 15:34:53 +0100 |
|---|---|---|
| committer | Vinay Sajip <vinay_sajip@yahoo.co.uk> | 2013-06-15 15:34:53 +0100 |
| commit | 8e657eac1ef02faedca99df319fff6b63f4a4305 (patch) | |
| tree | f3f2ed97342421c6b65c9caaab8ae5d830f04059 /setuptools/depends.py | |
| parent | c04abca662dcbffd00d928e06fbf32b9f49f8e57 (diff) | |
| download | python-setuptools-git-8e657eac1ef02faedca99df319fff6b63f4a4305.tar.gz | |
Initial commit. All tests pass on 2.7, 3.2 and 3.3, though there are some atexit errors in the multiprocessing module in 2.7/3.2 (seemingly unrelated to setuptools).
--HG--
branch : single-codebase
Diffstat (limited to 'setuptools/depends.py')
| -rw-r--r-- | setuptools/depends.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/depends.py b/setuptools/depends.py index 5fdf2d7e..f1ef2736 100644 --- a/setuptools/depends.py +++ b/setuptools/depends.py @@ -103,7 +103,7 @@ def _iter_code(code): ptr += 3 if op==EXTENDED_ARG: - extended_arg = arg * 65536L + extended_arg = arg * long_type(65536) continue else: |
