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

@ -4,6 +4,7 @@
Python 3
https://docs.python.org/3/license.html
╚─────────────────────────────────────────────────────────────────────────────*/
#include "libc/thread/semaphore.h"
/* clang-format off */
/* Posix threads interface */