]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-109795: `_thread.start_new_thread`: allocate thread bootstate using raw memory...
authorRadislav Chugunov <52372310+chgnrdv@users.noreply.github.com>
Mon, 25 Sep 2023 15:38:06 +0000 (18:38 +0300)
committerGitHub <noreply@github.com>
Mon, 25 Sep 2023 15:38:06 +0000 (17:38 +0200)
commit1b8f2366b38c87b0450d9c15bdfdd4c4a2fc3a01
tree66c9f8352997ce63ed77c86e669bbf929265d014
parentf19416534a546460fdf6a0739b70e44d1950a073
gh-109795: `_thread.start_new_thread`: allocate thread bootstate using raw memory allocator (#109808)
Modules/_threadmodule.c