Skip to content

3.x: put .frozen before /lib in sys.path; update frozen libraries #1314

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 2, 2018

Conversation

dhalbert
Copy link
Collaborator

@dhalbert dhalbert commented Nov 2, 2018

To prevent memory-space support issues, put .frozen before /lib on sys.path. Users will no longer have to manually delete frozen libraries in /lib to avoid them being found first.

Update frozen libraries. We were accidentally freezing tests/ directory in libraries that had it; saved some space by removing that. Some libraries are larger due to more version information and/or minor additions. Adafruit_BusDevice has a large new method. Had to squeeze pirkey build a bit. CPX (not Crickit CPX) build is very close to full.

@tannewt Take a look if you want. @kattni will review also.

This will be 3.1.0 if all is well.

Fixes #1310.

@dhalbert dhalbert requested review from tannewt and kattni November 2, 2018 00:05
Copy link

@kattni kattni left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, thank you for doing this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants