Files
cpython/Lib/test/test_threading_local.py
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

7.0 KiB