mirror of
https://github.com/python/cpython.git
synced 2026-05-10 14:41:01 -04:00
afddaeb769
Inaeca373b3(PR gh-12011, issue gh-71500), test_identify() was changed to expect different results on Darwin. Ned's fix was later adjusted bye52f9bee8. This workaround is only needed for some variants of Tk/Tcl on macOS, so we now allow both the workaround and the generic results for these tests. (cherry picked from commit4197a796ec) Co-authored-by: Erlend E. Aasland <erlend@python.org>