New issue 2884: [3.6] PythonCodeGenerator fails on annotated list
comprehensions assignments
https://bitbucket.org/pypy/pypy/issues/2884/36-pythoncodegenerator-fails-on-annotated
Gary Wang:
CPython 3.6:
```
$ python3.6 -c 'a: list = [i for i in range(10)]; print(a)'
[0, 1, 2, 3, 4, 5, 6, 7, 8,
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
> Hash randomiza