Files
codeql/python
Rasmus Wriedt Larsen fd23fa94a5 Python: Remove dubious fstat* modeling
These operate on file descriptors, and not on paths. file descriptors
doesn't fit into the rest of our modeling, so I would rather remove them
than to make it look like it's properly handled.

I also did not include any of the functions that work on file
descriptors when looking through all of `os`. So this keeps everything
consistent at least ;)
2021-11-29 14:54:02 +01:00
..
2021-09-02 15:40:32 +02:00
2021-11-29 14:54:02 +01:00
2021-09-16 13:11:03 +02:00