MCPcopy Index your code
hub / github.com/python/cpython / useOldTk

Function useOldTk

Mac/BuildScript/build-installer.py:208–209  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

206# We use the old version when building on
207# old versions of macOS due to build issues.
208def useOldTk():
209 return getBuildTuple() < (10, 15)
210
211
212def tweak_tcl_build(basedir, archList):

Callers 1

library_recipesFunction · 0.85

Calls 1

getBuildTupleFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…