| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
|
When you're done making the requested changes, leave the comment: I have made the requested changes; please review again. |
Sorry, something went wrong.
Co-authored-by: Michael Droettboom <mdboom@gmail.com>
|
I have made the requested changes; please review again |
Sorry, something went wrong.
|
Thanks for making the requested changes! @mdboom: please review the changes made to this pull request. |
Sorry, something went wrong.
|
Thanks @markshannon for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, something went wrong.
* Update what's new * Update gc module docs and fix inconsistency in gc.get_objects (cherry picked from commit f49a916) Co-authored-by: Mark Shannon <mark@hotpy.org>
|
GH-123395 is a backport of this pull request to the 3.13 branch. |
Sorry, something went wrong.
) (python#123395)" This reverts commit aca6511.
| Back | FazBrowse Home | New Git URL |
This PR updates the docs for what's new in 3.13 and updates the docs for the GC module.
It also includes a small behavioral change to gc.get_objects() to make it more consistent with the result of the gc module API and consistent with incremental collection:
gc.get_objects(1) now returns no objects.
gc_get_objects(2) now returns all objects in the old generation.
📚 Documentation preview 📚: https://cpython-previews--123266.org.readthedocs.build/