mirror of
https://github.com/python/cpython.git
synced 2026-05-25 13:54:05 -04:00
41c8321252
If fopen() fails with EINVAL it means that the mode argument is invalid. Return the mode in the error message instead of the filename.