Message390978
| Author | vstinner |
|---|---|
| Recipients | BTaskaya, brian.curtin, eryksun, ezio.melotti, hynek, lys.nikolaou, pablogsal, pitrou, r.david.murray, serhiy.storchaka, tim.golden, v+python, vstinner |
| Date | 2021-04-13.17:07:04 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1618333624.62.0.573389747421.issue14811@roundup.psfhosted.org> |
| In-reply-to |
| Content | |
|---|---|
With https://bugs.python.org/issue14811#msg160706 I get a SyntaxError on Python 3.7, 3.8, 3.9 and 3.10.0a6. But I don't get an error on the master branch (Python 3.10.0a7+). Eryk: > The latest alpha release, 3.10a7, includes your rewrite of the tokenizer, and in that case t33a.py no longer fails in Windows. Oh ok, this issue was fixed by the following commit which is part of v3.10.0a7 release: commit 261a452a1300eeeae1428ffd6e6623329c085e2c Author: Pablo Galindo <Pablogsal@gmail.com> Date: Sun Mar 28 23:48:05 2021 +0100 bpo-25643: Refactor the C tokenizer into smaller, logical units (GH-25050) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2021-04-13 17:07:04 | vstinner | set | recipients: + vstinner, pitrou, tim.golden, ezio.melotti, v+python, r.david.murray, brian.curtin, hynek, serhiy.storchaka, eryksun, lys.nikolaou, pablogsal, BTaskaya |
| 2021-04-13 17:07:04 | vstinner | set | messageid: <1618333624.62.0.573389747421.issue14811@roundup.psfhosted.org> |
| 2021-04-13 17:07:04 | vstinner | link | issue14811 messages |
| 2021-04-13 17:07:04 | vstinner | create | |