On Wednesday 01 June 2011 16:16:30 Hugo Parente Lima wrote: > [snip] > > ** BEHAVIOR CHANGE ** > > If a function used to return a buffer object on previous versions of PySide > it will now return a memoryview if PySide was compiled for Python 2.7. > > If a function accepts a buffer as argument on previous versions of PySide > it will now accept both, buffer or memoryview objects if PySide was > compiled with Python 2.7. > > I'm afraid that this can break any existent code running on Python 2.7, so > I would like to hear some opinions regarding to this.
This behavior change breaks even some of our unit tests, so everything still as before, returning buffer objects. -- Hugo Parente Lima INdT - Instituto Nokia de Tecnologia
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ PySide mailing list [email protected] http://lists.pyside.org/listinfo/pyside
