Python: Fix globals() == locals() FP

This commit is contained in:
Rasmus Wriedt Larsen
2021-09-13 20:02:54 +02:00
parent 69fe2a36e5
commit f402475dd3
2 changed files with 7 additions and 2 deletions

View File

@@ -3,4 +3,3 @@
| test.py:101:5:101:14 | Attribute() | Modification of the locals() dictionary will have no effect on the local variables. |
| test.py:102:9:102:14 | Subscript | Modification of the locals() dictionary will have no effect on the local variables. |
| test.py:103:5:103:13 | Attribute() | Modification of the locals() dictionary will have no effect on the local variables. |
| test.py:110:1:110:15 | Subscript | Modification of the locals() dictionary will have no effect on the local variables. |