[pypy-issue] Issue #2805: AsyncActions can only .fire() once (pypy/pypy)

Ronan Lamy issues-reply at bitbucket.org
Sat Apr 21 18:17:18 EDT 2018


New issue 2805: AsyncActions can only .fire() once
https://bitbucket.org/pypy/pypy/issues/2805/asyncactions-can-only-fire-once

Ronan Lamy:

After a88536ae8554, an AsyncAction cannot be fired again until the fired_actions queue (`AbstractActionFlag._fired_actions_first`/`AbstractActionFlag._fired_actions_last`) is cleared.

However, when running `pytest pandas/tests/frame/test_to_csv.py -k chunking` with a pypy3 nightly, it appears that PyObjDeallocAction does exactly that, causing the assert in AbstractActionFlag._fired_actions_append() to fail.




More information about the pypy-issue mailing list