mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-25 06:42:27 +00:00
Fix Python stack overflow checking in MODE=dbg
This commit is contained in:
parent
8b69acc1cc
commit
18a24935cc
8 changed files with 10 additions and 545 deletions
3
third_party/python/Python/thread.c
vendored
3
third_party/python/Python/thread.c
vendored
|
@ -8,13 +8,16 @@
|
|||
#include "libc/calls/struct/timespec.h"
|
||||
#include "libc/calls/struct/timeval.h"
|
||||
#include "libc/errno.h"
|
||||
#include "libc/fmt/conv.h"
|
||||
#include "libc/thread/thread2.h"
|
||||
#include "third_party/python/Include/dynamic_annotations.h"
|
||||
#include "third_party/python/Include/pydebug.h"
|
||||
#include "third_party/python/Include/pyerrors.h"
|
||||
#include "third_party/python/Include/pymacro.h"
|
||||
#include "third_party/python/Include/pymem.h"
|
||||
#include "third_party/python/Include/pythread.h"
|
||||
#include "third_party/python/Include/structseq.h"
|
||||
#include "third_party/python/pyconfig.h"
|
||||
/* clang-format off */
|
||||
|
||||
/* Thread package.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue