Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r2227:7224ecb03870
Date: 2015-07-17 19:20 +0200
http://bitbucket.org/cffi/cffi/changeset/7224ecb03870/

Log:    clean up

diff --git a/cffi/recompiler.py b/cffi/recompiler.py
--- a/cffi/recompiler.py
+++ b/cffi/recompiler.py
@@ -4,11 +4,6 @@
 
 VERSION = "0x2601"
 
-try:
-    int_type = (int, long)
-except NameError:    # Python 3
-    int_type = int
-
 
 class GlobalExpr:
     def __init__(self, name, address, type_op, size=0, check_value=0):
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to