[pypy-commit] pypy callback-jit: pffff

fijal noreply at buildbot.pypy.org
Wed Dec 26 23:39:05 CET 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
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
     )
 
+ at jit.dont_look_inside
 def ParserCreate(space, w_encoding=None, w_namespace_separator=None,
                  w_intern=None):
     """ParserCreate([encoding[, namespace_separator]]) -> parser


More information about the pypy-commit mailing list