| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…ol_id (pythonGH-156706) pythongh-116750: Document versionadded/versionchanged for sys.monitoring tool_id functions clear_tool_id() was added in 3.14 but lacked a versionadded note, and free_tool_id()'s behavior change (now calling clear_tool_id() before releasing the tool_id, rather than leaving events/callbacks registered) was undocumented. Also add a What's New in 3.14 entry for both. (cherry picked from commit f815f740381dcf797d8aa67b9a0eabf4869bc790) Co-authored-by: Christian Neumüller <christian+github@neumueller.me> Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
Sorry, something went wrong.
Documentation build overview137 files changed · + 2 added · ± 130 modified · - 5 deleted + Added ± Modified
- Deleted |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
gh-116750: Document versionadded/versionchanged for sys.monitoring tool_id functions
clear_tool_id() was added in 3.14 but lacked a versionadded note, and
free_tool_id()'s behavior change (now calling clear_tool_id() before
releasing the tool_id, rather than leaving events/callbacks registered)
was undocumented. Also add a What's New in 3.14 entry for both.
(cherry picked from commit f815f74)
Co-authored-by: Christian Neumüller christian+github@neumueller.me
Co-authored-by: Ned Batchelder ned@nedbatchelder.com