Author: Maciej Fijalkowski <[email protected]>
Branch: callback-jit
Changeset: r59581:d49a8984ef99
Date: 2012-12-27 00:38 +0200
http://bitbucket.org/pypy/pypy/changeset/d49a8984ef99/

Log:    pffff

diff --git a/pypy/module/pyexpat/interp_pyexpat.py 
b/pypy/module/pyexpat/interp_pyexpat.py
--- a/pypy/module/pyexpat/interp_pyexpat.py
+++ b/pypy/module/pyexpat/interp_pyexpat.py
@@ -7,6 +7,7 @@
 from pypy.rpython.tool import rffi_platform
 from pypy.translator.tool.cbuild import ExternalCompilationInfo
 from pypy.translator.platform import platform
+from pypy.rlib import jit
 
 import sys
 import weakref
@@ -773,6 +774,7 @@
     **_XMLParser_extras
     )
 
[email protected]_look_inside
 def ParserCreate(space, w_encoding=None, w_namespace_separator=None,
                  w_intern=None):
     """ParserCreate([encoding[, namespace_separator]]) -> parser
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to