As described at:
http://python3porting.com/cextensions.html
PyObject should be replaced by PyVarObject on python3. This
is backward-compatible with python 2.6 and python 2.7. So,
it should work fine for all practical purposes.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
On python 3, everything is converted internally to utf-8.
So, in order to have the same API to work with both python2
and python3, we need to teach python C API bindings to handle
unicode too.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
- remove (broken/tmp) converted image result sharing
- add explicit symbol recycle API, update processor/widgets to use
- cleanup and update C++ API
- update Python/Perl APIs
- fix broken and add new Python/Perl tests
--HG--
branch : qr