Fix Python stack overflow checking in MODE=dbg

This commit is contained in:
Justine Tunney 2023-02-23 08:11:35 -08:00
parent 8b69acc1cc
commit 18a24935cc
No known key found for this signature in database
GPG key ID: BE714B4575D6E328
8 changed files with 10 additions and 545 deletions

View file

@ -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.