Author: Maciej Fijalkowski <[email protected]>
Branch: callback-jit
Changeset: r59641:9ea4bac6ee5e
Date: 2012-12-31 13:43 +0200
http://bitbucket.org/pypy/pypy/changeset/9ea4bac6ee5e/
Log: oops that's pointless now
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,7 +7,6 @@
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
@@ -774,7 +773,6 @@
**_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