[pypy-commit] pypy vmprof: we no longer have entrypoints

fijal noreply at buildbot.pypy.org
Thu Mar 19 14:12:37 CET 2015


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: vmprof
Changeset: r76470:3e12cb44210e
Date: 2015-03-19 15:02 +0200
http://bitbucket.org/pypy/pypy/changeset/3e12cb44210e/

Log:	we no longer have entrypoints

diff --git a/pypy/module/_vmprof/interp_vmprof.py b/pypy/module/_vmprof/interp_vmprof.py
--- a/pypy/module/_vmprof/interp_vmprof.py
+++ b/pypy/module/_vmprof/interp_vmprof.py
@@ -3,7 +3,7 @@
 from rpython.translator.tool.cbuild import ExternalCompilationInfo
 from rpython.rtyper.annlowlevel import cast_instance_to_gcref, cast_base_ptr_to_instance
 from rpython.rlib.objectmodel import we_are_translated
-from rpython.rlib import jit, rposix, entrypoint, rgc
+from rpython.rlib import jit, rposix, rgc
 from rpython.rtyper.tool import rffi_platform as platform
 from rpython.rlib.rstring import StringBuilder
 from pypy.interpreter.baseobjspace import W_Root


More information about the pypy-commit mailing list