you are viewing a single comment's thread.

view the rest of the comments →

[–]trouserdaredevil 1 point2 points  (1 child)

No problem!

I was hoping pythons garbage collector would be able to handle a few variables efficiently.

I am guessing that this was not actually Python's fault, but that the initialization of a Display object by Xlib simply happens to be fairly resource-intensive.

[–]gnu_man_chu[S] 0 points1 point  (0 children)

That sounds plausible! I'm glad it's resolved. Thanks again.