dbader / dbader/schedule

Is just calling 'del <scheduler instance>' suficient to clean up a schedule.Scheduler() instance?

Open
#482 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
12.3k
Forks
999
PR merge metrics
No merged PRs in 30d

Description

Is just calling 'del ' suficient to clean up a schedule.Scheduler() instance?

If...
theScheduler=schedule.Scheduler()

Then, cleanup is?
del theScheduler
theScheduler=None

If the above is correct, theSchedule is now at zero references, and garbage collection available. right>

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.