[pypy-dev] Issue #1773: py3k: continuation.test_zpickle test_pickle_continulet_real_subclass triggers a CPython crash (pypy/pypy)

2014-05-16 Thread Philip Jenvey
New issue 1773: py3k: continuation.test_zpickle test_pickle_continulet_real_subclass triggers a CPython crash https://bitbucket.org/pypy/pypy/issue/1773/py3k-continuationtest_zpickle Philip Jenvey: test_pickle_continulet_real_subclass has been disabled on the py3k branch for now as it can trig

[pypy-dev] Issue #1772: Complex dtype unhashable. (pypy/pypy)

2014-05-16 Thread Yichao Yu
New issue 1772: Complex dtype unhashable. https://bitbucket.org/pypy/pypy/issue/1772/complex-dtype-unhashable Yichao Yu: In pypy, ``` pypy -c 'import numpy as np; t = np.dtype([("s1", np.int8), ("s2", np.int8)]); print(hash(t))' Traceback (most recent call last): File "app_main.py

Re: [pypy-dev] Issues moved to Bitbucket

2014-05-16 Thread Armin Rigo
Hi Sebastian (a.k.a. Xando), On 15 May 2014 19:59, Sebastian Pawluś wrote: > Small announcement. The new location for PyPy's issues/bugs from now on is > on Bitbucket Thank you for all the work in doing this! A bientôt, Armin. ___ pypy-dev mailing l

Re: [pypy-dev] pypy buildbot hook overall design

2014-05-16 Thread Antonio Cuni
Hi Matti, IIRC, the repo copy is needed to compute the diff, since the payload only contains the hash of the relevant revisions On Thu, May 15, 2014 at 7:56 PM, Matti Picus wrote: > Hi. I am looking at adding the ability to monitor a bitbucket-hosted git > repo to the bbhook module in pypy's b