Fixup tplist and argdist for python3 compat
authorBrenden Blanco <bblanco@plumgrid.com>
Thu, 5 May 2016 19:05:07 +0000 (12:05 -0700)
committerBrenden Blanco <bblanco@plumgrid.com>
Thu, 5 May 2016 19:05:07 +0000 (12:05 -0700)
commitbc94d4c12eb0b35e63db9be0ba8cbcbac05be44d
tree983435048548b87e5a8585744fb5294d1fc385e7
parent977091ec495120b79476a0d319bb109542205dee
Fixup tplist and argdist for python3 compat

sys.exc_value and sys.exc_type should come from sys.exc_info()

Convert (decode) char* return values from C functions to a native python
str.

Signed-off-by: Brenden Blanco <bblanco@plumgrid.com>
src/python/bcc/__init__.py
tools/argdist.py
tools/tplist.py