You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
MNT: Use Gcf.destroy(manager) instead of Gcf.destroy(manager.num)
Going through manager.num is unnecessary as destroy() only looks up
the manager for the given number again.
As the docstring of destroy() explains:
> It is recommended to pass a manager instance, to avoid confusion when
two managers share the same number.
0 commit comments