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
Add test case to ensure os.register_at_fork returns type error if no arg is specified
>>> import os
>>> os.register_at_fork()
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: At least one argument is required.