SG-44233 Remove stale Python 3.7 osutils binary#225
Open
stevelittlefish wants to merge 1 commit into
Open
Conversation
darwin_python3/ still had osutils.cpython-37m-darwin.so committed alongside the 3.9/3.10/3.11 builds. SG-42559 (#212) moved to loading osutils from the app bundle via sys.prefix for SGD >= 3.0.0, and this directory only serves as a fallback for SGD < 3.0.0 - neither path needs a Python 3.7 build anymore.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #225 +/- ##
=======================================
Coverage 24.03% 24.03%
=======================================
Files 70 70
Lines 4061 4061
=======================================
Hits 976 976
Misses 3085 3085
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
carlos-villavicencio-adsk
approved these changes
Jul 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
osutils.cpython-37m-darwin.sofrompython/tk_desktop/extensions/darwin_python3/, alongside the still-present 3.9/3.10/3.11 builds.sys.prefixfor SGD >= 3.0.0; this directory is only a fallback for SGD < 3.0.0, which never needed a Python 3.7 build removed here since nothing in the codebase references the file by name (Python's import machinery matches the ABI tag of the running interpreter automatically).Test plan
grep -rn "cpython-37|37m-darwin"across the repo — no remaining referencestests/importsextensions/osutilsdirectlyPart of epic SG-36195.
🤖 Generated with Claude Code