[pypy-svn] r18458 - pypy/dist/pypy/translator/goal

tismer at codespeak.net tismer at codespeak.net
Wed Oct 12 12:24:31 CEST 2005


Author: tismer
Date: Wed Oct 12 12:24:25 2005
New Revision: 18458

Modified:
   pypy/dist/pypy/translator/goal/targetrpystonedalone.py
Log:
(anders, chris)
added some commentary about creating stand-alone targets

Modified: pypy/dist/pypy/translator/goal/targetrpystonedalone.py
==============================================================================
--- pypy/dist/pypy/translator/goal/targetrpystonedalone.py	(original)
+++ pypy/dist/pypy/translator/goal/targetrpystonedalone.py	Wed Oct 12 12:24:25 2005
@@ -12,3 +12,11 @@
 def target(*args):
     return entry_point, None
 
+"""
+Why is this a stand-alone target?
+
+The above target specifies None as the argument types list.
+This is a case treated specially in the driver.py . If the list
+of input types is empty, it is meant to be a list of strings,
+actually implementing argv of the executable.
+"""
\ No newline at end of file



More information about the Pypy-commit mailing list