Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

gh-103059: Clarify gc.freeze documentation #103058

Merged
merged 3 commits into from
Apr 10, 2023
Merged

gh-103059: Clarify gc.freeze documentation #103058

merged 3 commits into from
Apr 10, 2023

Commits on Mar 29, 2023

  1. pythongh-103059: Move fork advice from gc.freeze to gc.disable

    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.
    raylu committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    faee1cf View commit details
    Browse the repository at this point in the history
  2. 📜🤖 Added by blurb_it.

    blurb-it[bot] authored and raylu committed Mar 29, 2023
    Configuration menu
    Copy the full SHA
    c19bc63 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2023

  1. Configuration menu
    Copy the full SHA
    b2ff2f3 View commit details
    Browse the repository at this point in the history