Closed GoogleCodeExporter closed 9 years ago
Original comment by flier...@gmail.com
on 1 Feb 2013 at 1:59
The root cause is PyV8 try to trace every object in context with a living
object mapping, but if you leave a context with some living objects, the
mapping will not be free. So, just force free all the objects in the mapping.
Please verify the issue with SVN trunk code after r479, thanks
Original comment by flier...@gmail.com
on 3 Feb 2013 at 3:39
Original issue reported on code.google.com by
e.generalov
on 21 Jan 2013 at 10:21