Skip to content
Prev Previous commit
Next Next commit
Update 2023-09-24-22-26-56.gh-issue-109795.gI7KW6.rst
fixed news entry
  • Loading branch information
chgnrdv authored Sep 24, 2023
commit 9b32580c005b85e15aa0e04b0b978d5570bde4a8
Original file line number Diff line number Diff line change
@@ -1 +1 @@
:func:`_thread.start_new_thread` now uses raw memory allocator to allocate new thread bootstate. This helps to avoid crashes in case when new thread gets started at interpreter finalization.
:func:`!_thread.start_new_thread` now uses raw memory allocator to allocate new thread bootstate. This helps to avoid crashes in case when new thread gets started at interpreter finalization.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh. Please remove this Changelog entry. I don't think that it's worth it. It doesn't impact directly users and it's a recent regression, no?