mirror of
https://github.com/python/cpython.git
synced 2026-06-06 19:40:45 -04:00
ddf2e953c2
The filename was previously intentionally omitted from exception because "it might confuse the user". Uncaught exceptions are not generally a replacement for user-facing error messages, so obscuring this information only has the effect of making the programmer's life more difficult.
Source files for standard library extension modules, and former extension modules that are now builtin modules.