Skip to content

Instantly share code, notes, and snippets.

@hansent
Created May 26, 2011 07:37
Show Gist options
  • Select an option

  • Save hansent/992720 to your computer and use it in GitHub Desktop.

Select an option

Save hansent/992720 to your computer and use it in GitHub Desktop.
<frame object at 0x3597720>
<frame object at 0x3597940>
<frame object at 0x3597b10>
<frame object at 0x3597d00>
['_purge_by_timeout', 'print_cache']
<listiterator object at 0x3521990>
<listiterator object at 0x352e490>
<frame object at 0x3597ef0>
<frame object at 0x35a4f70>
(1.0038530826568604,)
[INFO ] [Base ] Leaving application in progress...
Traceback (most recent call last):
File "texleak.py", line 54, in <module>
MyApp().run()
File "/home/tehansen/code/kivy/kivy/app.py", line 197, in run
runTouchApp()
File "/home/tehansen/code/kivy/kivy/base.py", line 401, in runTouchApp
EventLoop.window.mainloop()
File "/home/tehansen/code/kivy/kivy/core/window/window_pygame.py", line 250, in mainloop
self._mainloop()
File "/home/tehansen/code/kivy/kivy/core/window/window_pygame.py", line 169, in _mainloop
EventLoop.idle()
File "/home/tehansen/code/kivy/kivy/base.py", line 265, in idle
Clock.tick()
File "/home/tehansen/code/kivy/kivy/clock.py", line 251, in tick
self._process_events()
File "/home/tehansen/code/kivy/kivy/clock.py", line 356, in _process_events
if event.tick(self._last_tick) is False:
File "/home/tehansen/code/kivy/kivy/clock.py", line 170, in tick
ret = callback(self._dt)
File "texleak.py", line 24, in print_cache
if not item in objects:
File "/usr/lib/python2.7/UserDict.py", line 15, in __cmp__
return cmp(self.data, dict)
File "/usr/lib/python2.7/_weakrefset.py", line 176, in issuperset
return self.data.issuperset(ref(item) for item in other)
File "/usr/lib/python2.7/_weakrefset.py", line 176, in <genexpr>
return self.data.issuperset(ref(item) for item in other)
TypeError: cannot create weak reference to 'str' object
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment