Commit 7f5a1b5
fix: Ensure temporary .pyc & .pyo files are excluded from the interpreters repository files (#2743)
We've seen cases the temporary versions for the `.pyc` and `.pyo` files
are unstable on certain interpreter toolchains. The temp files take for
form of `.pyc.NNN`, so the amended glob patten will still match both the
`.pyc` and `.pyc.NNN` versions of the file names.
---------
Co-authored-by: Richard Levasseur <richardlev@gmail.com>1 parent 6854dc3 commit 7f5a1b5
2 files changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
197 | | - | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
198 | 199 | | |
199 | 200 | | |
200 | 201 | | |
| |||
0 commit comments