mirror of
https://github.com/python/cpython.git
synced 2025-12-04 00:30:19 +00:00
replace custom validation logic in the parse module with a simple DFA validator (closes #26526)
Patch from A. Skrobov.
This commit is contained in:
parent
9c27c18c65
commit
53595c4879
2 changed files with 96 additions and 2452 deletions
|
|
@ -22,6 +22,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #26526: Replace custom parse tree validation in the parser
|
||||
module with a simple DFA validator.
|
||||
|
||||
- Issue #27114: Fix SSLContext._load_windows_store_certs fails with
|
||||
PermissionError
|
||||
|
||||
|
|
|
|||
File diff suppressed because it is too large
Load diff
Loading…
Add table
Add a link
Reference in a new issue