matrix buffer aliasing problem in Python wrappers (Bug #25)
Description
While debugging test_MixChannels I added some sanity checks, and it looks like content of a matrix (source_mr0) is somehow changed after another matrix (dest_m[i]) is modified.
To reproduce the problem, run "python test.py test_MixChannels"
Associated revisions
Merge pull request #25 from sergiud/master
History
Updated by James Bowman about 15 years ago
Updated by James Bowman about 15 years ago
OK fixes done.
Tests now pass.
- Status changed from Open to Done
- (deleted custom field) set to fixed