mbox series

[0/3] trace-cmd: More Python 3 cleanups

Message ID 20190725174138.3724131-1-chutzpah@gentoo.org (mailing list archive)
Headers show
Series trace-cmd: More Python 3 cleanups | expand

Message

Patrick McLean July 25, 2019, 5:41 p.m. UTC
Some more cleanups for Python 3, these mostly fix warnings that are
generated when building the Python portions of the code for Python 3.

Patrick McLean (3):
      trace-cmd: in python plugin, use PyUnicode_FromString on Python 3
      trace-cmd: Add missing headers to Python template
      trace-cmd: In the ctracecmdgui use PyLong on Python 3