]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-109795: `_thread.start_new_thread`: allocate thread bootstate usin… (#109852)
authorVictor Stinner <vstinner@python.org>
Mon, 25 Sep 2023 16:12:43 +0000 (18:12 +0200)
committerGitHub <noreply@github.com>
Mon, 25 Sep 2023 16:12:43 +0000 (18:12 +0200)
commit0afae8928bbe723e9603366745d8ed16f05bb0b8
treea6e27ef4b6ed09de99a933c79083d009163f795a
parent9238c6880e8a1baecaeb44f4db8c15e0131f32a9
[3.11] gh-109795: `_thread.start_new_thread`: allocate thread bootstate usin… (#109852)

gh-109795: `_thread.start_new_thread`: allocate thread bootstate using raw memory allocator (#109808)

(cherry picked from commit 1b8f2366b38c87b0450d9c15bdfdd4c4a2fc3a01)

Co-authored-by: Radislav Chugunov <52372310+chgnrdv@users.noreply.github.com>
Modules/_threadmodule.c