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.


_______________________________________________
pypy-issue mailing list
pypy-issue@python.org
https://mail.python.org/mailman/listinfo/pypy-issue

Reply via email to