Skip to content

Commit 89695cd

Browse files
authored
[mypyc] Try to fix errors about int32_t on Python 3.5 and Appveyor (#9502)
Explicitly include `stdint.h`. I'll monitor the Appveyor build to see if this helps. Work on #9501.
1 parent 733d70d commit 89695cd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

mypyc/lib-rt/CPy.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
#include <frameobject.h>
99
#include <structmember.h>
1010
#include <assert.h>
11+
#include <stdint.h>
1112
#include "pythonsupport.h"
1213
#include "mypyc_util.h"
1314

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy