[3.14] gh-116750: Document 3.14 changes around sys.monitoring.clear_tool_id (GH-156706) - #157481
Conversation
…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>
Documentation build overview
305 files changed ·
|
|
@Oberon00 It looks like you need to sign the CLA with your other email as well. |
|
Sorry for causing trouble... It seems the CLA bot cannot deal with plus-addresses? It complains that I just added that email too and was able to sign it, hopefully it works now |
|
@hugovk See the comment above: the CLA bot doesn't like plus signs? |
|
Sounds like a bug, I've opened psf/clabot#21. The CLA is now signed and we can merge, thanks @Oberon00 for working around this, and for your contribution! |
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