| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
…ing 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.
Sorry, something went wrong.
Documentation build overview85 files changed · + 8 added · ± 76 modified · - 1 deleted + Added
± Modified
- Deleted |
Sorry, something went wrong.
|
This look right. We did change free_tool_id, so it should be documented. |
Sorry, something went wrong.
|
Anything I should do here to progress? |
Sorry, something went wrong.
|
GH-157481 is a backport of this pull request to the 3.14 branch. |
Sorry, something went wrong.
|
GH-157482 is a backport of this pull request to the 3.15 branch. |
Sorry, something went wrong.
…ol_id (python#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. Co-authored-by: Ned Batchelder <ned@nedbatchelder.com>
| Back | FazBrowse Home | New Git URL |
clear_tool_id() was added in 3.14 but lacked a versionadded note. Also free_tool_id()'s behavior changed (now calling clear_tool_id() before releasing the tool_id, rather than leaving events/callbacks registered) which was also not a documented change. Also add a What's New in 3.14 entry covering both.
(Using gh-116750 as issue number, which is the issue for the original change but is already closed, hope that is OK.)