Skip to content

Freeze when count = 0 is passed #11

@siolag161

Description

@siolag161

When we set count=0 in add_occurrences it freezes!

Apparently the issue is with python-dateutils, like for example,

list(rrule.rrule(rrule.DAILY, dtstart=datetime(2010,1,1,1), count=0))

will likely cause the problem ( generate an infinite list of occurrences)

What do you think we should do?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions