[pypy-dev] Trying to support PyPy on PyAV

Phyo Arkar phyo.arkarlwin at gmail.com
Mon Sep 21 22:19:37 CEST 2015


Mike Boers is trying to support PyAV (python Audio Video
editing/merging/converting library based on FFMPEG) .

The current master fails 6 of the unit tests:

   - 4 of them are in __repr__ methods, and seem to be due to basic
   difference in module name handling.
   - 1 is with Numpy; I expect there was an API change there.
   - 2 is with memoryviews; I suspect there are marginal differences in
   that implementation.


https://github.com/mikeboers/PyAV/issues/130

I am forwarding it here.

Thanks

Phyo.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/pypy-dev/attachments/20150922/490fa51d/attachment.html>


More information about the pypy-dev mailing list