ioxu / boxer

workflow tool
MIT License
1 stars 0 forks source link

Containers may need to be properly deleted #12

Closed ioxu closed 10 months ago

ioxu commented 10 months ago

do Container vertex lists need to be properly deleted?

__del__() gets called after garbage collection.

ioxu commented 10 months ago

Containers only use pyglet.shapes shapes which correctly do deletion of their vertex lists.

e.g. https://github.com/pyglet/pyglet/blob/c50c697b40c31361f499d88e83a9a0980d8fb2c0/pyglet/shapes.py#L207-L209