Skip to content

Memory leak #80

@brunns

Description

@brunns

If I run the following:

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().)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions