Is there some built in facility in Python that provides a set with a maximum size and that deletes oldest entries after max size is reached?
Is there some built in facility in Python that provides a set with a maximum size and that deletes oldest entries after max size is reached?

