mirror of
https://github.com/davidhalter/parso.git
synced 2026-06-14 11:39:57 +08:00
79aeb2a801
- Properly check for starred expression deletion - Check for starred expressions not in tuple/list/set (when not in assignment) - Fix a bug that considered starred expression assignment `[*x] = 1` as invalid - Enhance test cases for valid and invalid `del` statements and starred expressions