If I run the following: ```python import pendulum while True: pendulum.now() ``` It will consume more and more memory until the interpreter dies. (The same does not happen with ```datetime.datetime.now()```.)