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

@ -1,5 +1,6 @@
#ifndef Py_PYCONFIG_H
#define Py_PYCONFIG_H
#include "libc/calls/calls.h"
#include "libc/dce.h"
#include "libc/str/str.h"