[pypy-commit] pypy gc_no_cleanup_nursery: add import

wenzhuman noreply at buildbot.pypy.org
Wed Aug 13 00:39:46 CEST 2014


Author: wenzhuman <manwenzhu at gmail.com>
Branch: gc_no_cleanup_nursery
Changeset: r72778:05756b433478
Date: 2014-08-11 16:28 -0700
http://bitbucket.org/pypy/pypy/changeset/05756b433478/

Log:	add import

diff --git a/rpython/translator/exceptiontransform.py b/rpython/translator/exceptiontransform.py
--- a/rpython/translator/exceptiontransform.py
+++ b/rpython/translator/exceptiontransform.py
@@ -11,6 +11,7 @@
 from rpython.rtyper.rmodel import inputconst
 from rpython.rlib.rarithmetic import r_uint, r_longlong, r_ulonglong
 from rpython.rlib.rarithmetic import r_singlefloat, r_longfloat
+from rpython.rlib.debug import ll_assert
 from rpython.rtyper.llannotation import lltype_to_annotation
 from rpython.rtyper.annlowlevel import MixLevelHelperAnnotator
 from rpython.tool.sourcetools import func_with_new_name


More information about the pypy-commit mailing list