Commit cae23fb
authored
[mypyc] Attempt to fix Windows mypy wheel builds (#20730)
The `leave` attribute appears to cause a conflict with reserved C names
in Windows. A better fix would be to fix name generation in mypyc, but
this quick fix hopefully unblocks mypyc wheel builds.
Context:
#20722 (comment)1 parent 5af25ce commit cae23fb
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2986 | 2986 | | |
2987 | 2987 | | |
2988 | 2988 | | |
2989 | | - | |
| 2989 | + | |
2990 | 2990 | | |
2991 | 2991 | | |
2992 | 2992 | | |
| |||
2995 | 2995 | | |
2996 | 2996 | | |
2997 | 2997 | | |
2998 | | - | |
| 2998 | + | |
2999 | 2999 | | |
3000 | 3000 | | |
3001 | 3001 | | |
3002 | 3002 | | |
3003 | 3003 | | |
3004 | 3004 | | |
3005 | | - | |
| 3005 | + | |
0 commit comments