[pypy-commit] pypy vmprof-0.4.10: add a comment

antocuni pypy.commits at gmail.com
Mon Nov 6 05:40:33 EST 2017


Author: Antonio Cuni <anto.cuni at gmail.com>
Branch: vmprof-0.4.10
Changeset: r92953:7fb3b80d41b2
Date: 2017-11-06 11:36 +0100
http://bitbucket.org/pypy/pypy/changeset/7fb3b80d41b2/

Log:	add a comment

diff --git a/rpython/rlib/rvmprof/test/test_file.py b/rpython/rlib/rvmprof/test/test_file.py
--- a/rpython/rlib/rvmprof/test/test_file.py
+++ b/rpython/rlib/rvmprof/test/test_file.py
@@ -10,6 +10,8 @@
 
 def get_list_of_files(shared):
     files = list(shared.visit('*.[ch]'))
+    # in PyPy we checkin the result of ./configure; as such, these files are
+    # not in github and can be skipped
     files.remove(shared.join('libbacktrace', 'config-x86_32.h'))
     files.remove(shared.join('libbacktrace', 'config-x86_64.h'))
     files.remove(shared.join('libbacktrace', 'gstdint.h'))


More information about the pypy-commit mailing list