comparison TODO @ 368:14d49a7d8ffc

Make note about weakref leak bug (it's not our fault, honest).
author Simon Cross <hodgestar@gmail.com>
date Thu, 10 Sep 2009 12:34:57 +0000
parents c786fc4b8894
children 25f7d4824250
comparison
equal deleted inserted replaced
367:c786fc4b8894 368:14d49a7d8ffc
59 if v != None: r = f(v) 59 if v != None: r = f(v)
60 File "/home/andi/projekte/pyweek/Rinkhals/foxassault-1.0.0/gamelib/engine.py", line 229, in event 60 File "/home/andi/projekte/pyweek/Rinkhals/foxassault-1.0.0/gamelib/engine.py", line 229, in event
61 return pygame.event.post(START_DAY) 61 return pygame.event.post(START_DAY)
62 pygame.error: Event queue full 62 pygame.error: Event queue full
63 """ 63 """
64
65 Leaking weakref objects bug (reported by tumbleweed):
66 - this is probably http://pygame.motherhamster.org/bugzilla/show_bug.cgi?id=30
67
64 68
65 == COMMENTS == 69 == COMMENTS ==
66 70
67 Farmer's weekly (daily?) -- egg/chicken/fox report thing. (Yay Marc!) 71 Farmer's weekly (daily?) -- egg/chicken/fox report thing. (Yay Marc!)
68 72