New issue 2592: list.pop() returns None for a list created in C-extension
https://bitbucket.org/pypy/pypy/issues/2592/listpop-returns-none-for-a-list-created-in

Alexey Popravka:

I've updated PyPy3 from v5.7.1 to v5.8.0 and encountered the following error:
`pop()`'ing a value from a list created in hiredis library returns `None` for 
the first call,
subsequent calls return expected values.

The code to reproduce is here:
https://gist.github.com/popravich/f52cb9919b9ed19820aff0e2348df0ed


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

Reply via email to