[pypy-commit] pypy release-2.2.x: Add the NOT_RPYTHON comment at the top of the file, although that might

arigo noreply at buildbot.pypy.org
Tue Nov 12 12:44:02 CET 2013


Author: Armin Rigo <arigo at tunes.org>
Branch: release-2.2.x
Changeset: r67971:7adf80f17ffb
Date: 2013-11-12 12:43 +0100
http://bitbucket.org/pypy/pypy/changeset/7adf80f17ffb/

Log:	Add the NOT_RPYTHON comment at the top of the file, although that
	might not have any effect any more.

diff --git a/pypy/module/posix/app_startfile.py b/pypy/module/posix/app_startfile.py
--- a/pypy/module/posix/app_startfile.py
+++ b/pypy/module/posix/app_startfile.py
@@ -1,3 +1,4 @@
+# NOT_RPYTHON
 
 class CFFIWrapper(object):
     def __init__(self):


More information about the pypy-commit mailing list