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
The current advice seems to mean you should gc.disable() and gc.freeze()
right before os.fork(), which doesn't do anything.
Łukasz explained the advice in
https://bugs.python.org/issue31558#msg302780.
This moves the advice around gc.disable out of the gc.freeze docs.
0 commit comments