Commit e954da0
Guido van Rossum
Bump minimal required typed-ast version from 1.3.1 to 1.3.5 (python#6737)
- 1.3.2 fixed two out of bounds reads
- 1.3.3 was a dud
- 1.3.4 made it compile under newer Python 3.8 alphas
- 1.3.5 fixed a crash with unicode names on Python 3.4/3.5
Also keep test-requirements.txt in sync with setup.py, and add reminder comments to the latter.1 parent 155959b commit e954da0
2 files changed
+6
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
176 | | - | |
| 176 | + | |
| 177 | + | |
177 | 178 | | |
178 | 179 | | |
| 180 | + | |
179 | 181 | | |
180 | 182 | | |
181 | 183 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
| 6 | + | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
0 commit comments