Author: Armin Rigo <[email protected]>
Branch: 
Changeset: r86918:2f7389e85d58
Date: 2016-09-07 09:32 +0200
http://bitbucket.org/pypy/pypy/changeset/2f7389e85d58/

Log:    os.access() and float arguments is a translation crash with
        sandboxing

diff --git a/pypy/doc/release-pypy2.7-v5.4.1.rst 
b/pypy/doc/release-pypy2.7-v5.4.1.rst
--- a/pypy/doc/release-pypy2.7-v5.4.1.rst
+++ b/pypy/doc/release-pypy2.7-v5.4.1.rst
@@ -16,7 +16,7 @@
 
   * Tweak a float comparison with 0 in ``backendopt.inline`` to avoid rounding 
errors
 
-  * Fix for an issue where os.access() accepted a float for mode
+  * Fix for an issue for translating the sandbox
 
   * Fix for and issue where ``unicode.decode('utf8', 'custom_replace')`` 
messed up
     the last byte of a unicode string sometimes
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to