patch-make-testembed-nolink-tcltk.patch
The testembed test links against both Tcl/Tk and libpython (which already includes Tcl/Tk), leading to duplicate symbols and warnings from objc.
This patch prevents testembed from linking against Tcl/Tk directly, which fixes failures in test_embed during PGO.