mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-23 22:02:27 +00:00
Choose better deterministic timestamp for zip
This commit is contained in:
parent
b45d50b690
commit
bf62140377
7 changed files with 32 additions and 30 deletions
2
third_party/python/Python/ceval.c
vendored
2
third_party/python/Python/ceval.c
vendored
|
@ -824,7 +824,7 @@ _PyEval_EvalFrameDefault(PyFrameObject *f, int throwflag)
|
|||
|
||||
#if __GNUC__ + 0 >= 9
|
||||
#define HOT_LABEL __attribute__((__hot__))
|
||||
#define COLD_LABEL __attribute__((__hot__))
|
||||
#define COLD_LABEL __attribute__((__cold__))
|
||||
#else
|
||||
#define HOT_LABEL
|
||||
#define COLD_LABEL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue