mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Fix build and delete superfluous files
- Make Python make formatting pristine - Add missing `#pragma weak` to Python source - Fix Clang script flake due to missing directory
This commit is contained in:
parent
295b3d6ca5
commit
798d542f15
901 changed files with 683 additions and 455657 deletions
3
third_party/python/Python/sigcheck.c
vendored
3
third_party/python/Python/sigcheck.c
vendored
|
@ -1,3 +1,4 @@
|
|||
/* clang-format off */
|
||||
|
||||
/* Sigcheck is similar to intrcheck() but sets an exception when an
|
||||
interrupt occurs. It can't be in the intrcheck.c file since that
|
||||
|
@ -8,6 +9,8 @@
|
|||
|
||||
#include "Python.h"
|
||||
|
||||
#pragma weak PyErr_CheckSignals
|
||||
|
||||
/* ARGSUSED */
|
||||
int
|
||||
PyErr_CheckSignals(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue