8000 bpo-37878: Make PyThreadState_DeleteCurrent() Internal by nanjekyejoannah · Pull Request #15315 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

bpo-37878: Make PyThreadState_DeleteCurrent() Internal #15315

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 10 commits into from
Sep 5, 2019
Prev Previous commit
Next Next commit
Remove update
  • Loading branch information
nanjekyejoannah committed Sep 5, 2019
commit 19c7468dfe7525aa8d5d6ee26bd51862015c488c
3 changes: 0 additions & 3 deletions Doc/whatsnew/3.9.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,9 +191,6 @@ Removed
Use :meth:`~threading.Thread.is_alive()` instead.
(Contributed by Dong-hee Na in :issue:`37804`.)

* ``PyThreadState_DeleteCurrent()`` has been removed. It was not documented.
(Contributed by Joannah Nanjekye in :issue:`37878`.)

Porting to Python 3.9
=====================

Expand Down
0