Merge pull request #18702 from github/tausbn/python-allow-comments-in-subscripts

Python: Allow comments in subscripts
This commit is contained in:
yoff
2025-02-06 23:31:29 +01:00
committed by GitHub
7 changed files with 44353 additions and 45734 deletions

View File

@@ -0,0 +1,5 @@
---
category: fix
---
- Fixed a bug in the extractor where a comment inside a subscript could sometimes cause the AST to be missing nodes.