Kaydet (Commit) 53595c48 authored tarafından Benjamin Peterson's avatar Benjamin Peterson

replace custom validation logic in the parse module with a simple DFA validator (closes #26526)

Patch from A. Skrobov.
üst 9c27c18c
...@@ -22,6 +22,9 @@ Core and Builtins ...@@ -22,6 +22,9 @@ Core and Builtins
Library 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 - Issue #27114: Fix SSLContext._load_windows_store_certs fails with
PermissionError PermissionError
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment