|
|
|
|
|
by fleitz
3146 days ago
|
|
To be fair most everything under the hood passes through to these libraries. So even sticking with python means passing unvalidated blobs through to libpng/jpeg/tiff or some other low level language. It's the entire reason python is generally fast enough, anything that's slow generally uses a C lib under the hood anyway. |
|