[issue42078] _tracemalloc.c and Clang-cl

2020-10-19 Thread Gisle Vanem
New submission from Gisle Vanem : Related to: https://bugs.python.org/issue33351 where I commented above the following. When using `clang-cl` to build, I get the following error: ``` Modules/_tracemalloc.c(55,9): error: declaration of anonymous struct must be a definition typedef struct

[issue33351] Support compiling with clang-cl on Windows

2020-01-15 Thread Gisle Vanem
Gisle Vanem added the comment: I will add to this issue my *only* compile problem I had using clang-cl ver 9. It has an issue with parsing the `frame_t` structure in Modules/_tracemalloc.c: Modules/_tracemalloc.c(64,11): error: declaration of anonymous struct must be a definition typedef