Author: Amaury Forgeot d'Arc <[email protected]>
Branch:
Changeset: r75899:858a789cd41f
Date: 2015-02-15 17:41 +0100
http://bitbucket.org/pypy/pypy/changeset/858a789cd41f/
Log: Fix test_audioop
diff --git a/lib_pypy/audioop.py b/lib_pypy/audioop.py
--- a/lib_pypy/audioop.py
+++ b/lib_pypy/audioop.py
@@ -480,6 +480,7 @@
state_d, prev_i, cur_i,
weightA, weightB)
result = ffi.buffer(rv)[:trim_index]
+ d = state_d[0]
samps = zip(prev_i, cur_i)
return (result, (d, tuple(samps)))
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit