mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-10-27 19:34:33 +00:00
Add some Python 3.7 backports (#306)
* make.com now uses stack size of 2mb * optimize _PyCFunction_FastCallKeywords * backport python@cpython/7fc252adfbedece75f2330bcfdadbf84dee7836f
This commit is contained in:
parent
903cc38c37
commit
d7ff346b52
9 changed files with 700 additions and 504 deletions
2
third_party/make/lib/xalloc-die.c
vendored
2
third_party/make/lib/xalloc-die.c
vendored
|
|
@ -25,7 +25,7 @@
|
|||
#include "third_party/make/lib/error.h"
|
||||
#include "third_party/make/lib/exitfail.h"
|
||||
|
||||
#include "third_party/make/src/gettext.h"
|
||||
#include "third_party/make/lib/gettext.h"
|
||||
#define _(msgid) gettext (msgid)
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue