| 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 overview305 files changed · + 2 added · ± 282 modified · - 21 deleted + Added ± Modified
- Deleted
|
Sorry, something went wrong.
|
@Oberon00 It looks like you need to sign the CLA with your other email as well. |
Sorry, something went wrong.
Sorry, something went wrong.
|
Sorry for causing trouble... It seems the CLA bot cannot deal with plus-addresses? It complains that <part before the plus>@<domain> is not verified with GitHub. Which it isn't, since only <part before the plus>+github@<domain> is the email I use. Could you change the PR to use the same email I used on the other PR? I will consider changing my primary email to not cause such issues in future I just added that email too and was able to sign it, hopefully it works now |
Sorry, something went wrong.
|
@hugovk See the comment above: the CLA bot doesn't like plus signs? |
Sorry, something went wrong.
|
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! |
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