Merge pull request #9001 from RasmusWL/files-refactoring

Python: Flask: Improve `request.files` modeing
This commit is contained in:
yoff
2022-05-03 12:19:55 +02:00
committed by GitHub
3 changed files with 13 additions and 10 deletions

View File

@@ -0,0 +1,5 @@
---
category: minorAnalysis
---
The modeling of `request.files` in Flask has been fixed, so we now properly handle
assignments to local variables (such as `files = request.files; files['key'].filename`).