[pypy-commit] pypy default: typo

Raemi pypy.commits at gmail.com
Tue Apr 5 08:33:20 EDT 2016


Author: Remi Meier <remi.meier at gmail.com>
Branch: 
Changeset: r83521:9da0c82687ed
Date: 2016-04-05 15:32 +0300
http://bitbucket.org/pypy/pypy/changeset/9da0c82687ed/

Log:	typo

diff --git a/rpython/rlib/rvmprof/rvmprof.py b/rpython/rlib/rvmprof/rvmprof.py
--- a/rpython/rlib/rvmprof/rvmprof.py
+++ b/rpython/rlib/rvmprof/rvmprof.py
@@ -96,7 +96,6 @@
                     uid = code._vmprof_unique_id
                     if uid != 0:
                         self._write_code_registration(uid, full_name_func(code))
-                    self._write_code_registration(uid, full_name_func(code))
             prev()
         # make a chained list of the gather() functions for all
         # the types of code objects


More information about the pypy-commit mailing list