Author: Mihnea Saracin <mihnea.sara...@rinftech.com>
Branch: nopax
Changeset: r91938:54a8ed9bd4b5
Date: 2017-07-04 11:52 +0300
http://bitbucket.org/pypy/pypy/changeset/54a8ed9bd4b5/

Log:    deleted --nopax option

diff --git a/pypy/goal/targetpypystandalone.py 
b/pypy/goal/targetpypystandalone.py
--- a/pypy/goal/targetpypystandalone.py
+++ b/pypy/goal/targetpypystandalone.py
@@ -264,9 +264,6 @@
                 raise Exception("Cannot use the --output option with PyPy "
                                 "when --shared is on (it is by default). "
                                 "See issue #1971.")
-        elif config.translation.nopax is not None:
-            raise Exception("Cannot use the --nopax option "
-                            "when --shared is off (it is on by default). ")
 
         # if both profopt and profoptpath are specified then we keep them as 
they are with no other changes
         if config.translation.profopt:
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to