mirror of
https://github.com/python/cpython.git
synced 2026-08-03 15:47:03 -04:00
Now that index, window, parsedVarName and pixel options are returned as str, int or float, drop the str()/int()/float() wrappers that only worked around Tcl_Obj results. The generated test_configure_* tests now also check that int- and float-valued options are returned as numbers. Co-authored-by: Claude Opus 4.8 <[email protected]>