I'm using PyQt. However, I do see python object being leaked (according to objgraph). There are some menu-related objects (e.g. QComboBox), and some weakref objects accumulating.
With some hackery, I managed to get to a state where there are no leaking python object, but still the memory kept inflating, so, as you suggest, it must also have something to do with the lower level.
sys.platform: linux2
sys.version: 2.7.3 (default, Feb 27 2014, 19:58:35)
[GCC 4.6.3]
qt bindings: PyQt4 4.9.1 Qt 4.8.1
pyqtgraph: 0.9.8; None
config:
{'antialias': False,
'background': (0, 0, 0),
'editorCommand': None,
'enableExperimental': False,
'exitCleanup': True,
'foreground': (150, 150, 150),
'leftButtonPan': True,
'useOpenGL': False,
'useWeave': True,
'weaveDebug': False}