gh-116750: Document 3.14 changes around sys.monitoring.clear_tool_id - #156706
Conversation
…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.
Documentation build overview
85 files changed ·
|
|
@markshannon Opinion? |
|
This look right. We did change |
|
Anything I should do here to progress? |
|
GH-157481 is a backport of this pull request to the 3.14 branch. |
|
GH-157482 is a backport of this pull request to the 3.15 branch. |
…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>
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.)