Have you tried Pyglet 1.2 alpha1 or the repository code?
Repo code @ Wed Jul 16
What steps will reproduce the problem?
See attached python file.
A document that is added to a TextLayout will add some event handlers, but
since TextLayout doesnt remove the handlers when the object is deleted. There
will still be a ref to the document stopping python to collecting it and it
result in the document still being rendered to the screen.
A patch to fix this issue is also attached.
Any additional info (platform/language/hardware) that may be relevant?
Debian Jessie, amd64, python3.4
Original issue reported on code.google.com by norberg....@gmail.com on 14 Aug 2014 at 4:26
Original issue reported on code.google.com by
norberg....@gmail.com
on 14 Aug 2014 at 4:26Attachments: