[pypy-issue] Issue #2721: PGO build fails on macOS Sierra 10.12.4 (pypy/pypy)

2017-12-28 Thread Ryan Hileman
New issue 2721: PGO build fails on macOS Sierra 10.12.4 https://bitbucket.org/pypy/pypy/issues/2721/pgo-build-fails-on-macos-sierra-10124 Ryan Hileman: When running: `pypy ../../rpython/bin/rpython --opt=jit --profopt` I get roughly `-lgcov not found`. Looks like the rpython build tries to

[pypy-issue] Issue #2885: Document pypy3's use of keyed hash function. (pypy/pypy)

2018-09-10 Thread Ryan Hileman
New issue 2885: Document pypy3's use of keyed hash function. https://bitbucket.org/pypy/pypy/issues/2885/document-pypy3s-use-of-keyed-hash-function Ryan Hileman: The docs claim PyPy ignores hash randomization: http://doc.pypy.org/en/latest/cpython_differences.html#miscellaneous &

[pypy-issue] Issue #2916: py3.6 variable annotation breaks ternary expression (pypy/pypy)

2018-11-18 Thread Ryan Hileman
New issue 2916: py3.6 variable annotation breaks ternary expression https://bitbucket.org/pypy/pypy/issues/2916/py36-variable-annotation-breaks-ternary Ryan Hileman: `var: bool = True if False else False` In python3.6, this sets `var` to `False`. In pypy's py3.6 branch, it sets `var` to `

[pypy-issue] Issue #2990: test_async_def is failing on py3.6 but test seems incorrect (pypy/pypy)

2019-04-02 Thread Ryan Hileman
New issue 2990: test_async_def is failing on py3.6 but test seems incorrect https://bitbucket.org/pypy/pypy/issues/2990/test_async_def-is-failing-on-py36-but-test Ryan Hileman: https://bitbucket.org/pypy/pypy/src/py3.6/pypy/interpreter/astcompiler/test/test_symtable.py?at=py3.6&fileviewer=