Victor Stinner 20657fbdb1
gh-127190: Fix local_setattro() error handling (#127366)
Don't make the assumption that the 'name' argument is a string. Use
repr() to format the 'name' argument instead.
2024-11-28 17:35:48 +01:00
..
2024-08-23 08:40:31 +02:00

Source files for standard library extension modules,
and former extension modules that are now builtin modules.