[pypy-issue] Issue #2126: [patch] correctly handle sys.platform for 'freebsd' (pypy/pypy)

David Naylor issues-reply at bitbucket.org
Wed Aug 26 21:12:13 CEST 2015


New issue 2126: [patch] correctly handle sys.platform for 'freebsd'
https://bitbucket.org/pypy/pypy/issues/2126/patch-correctly-handle-sysplatform-for

David Naylor:

With the EOL for FreeBSD 8 and newer versions of FreeBSD I have fixed all references to 'freebsd' to use sys.platform.startswith().  

This should not cause any issue as there is no special treatment by FreeBSD version and it makes to code future proof.  

I have classified this a a bug because lib_pypy/ctypes_support.py did not support 'freebsd10' and above.  




More information about the pypy-issue mailing list