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
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