We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Looks like we probably could remove this fix from containers, we only need to rebuild them with newer Python.
To remove: stack-fix.c and building and using stack-fix.so.
stack-fix.c
stack-fix.so
After docker-library/python@8717dc2 and docker-library/python@f45e1fb Newer containers with Python have bigger stack (1 MB). So this problem should not happen again with ujson.
ujson
Relevant issues: #160 docker-library/python#211
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Looks like we probably could remove this fix from containers, we only need to rebuild them with newer Python.
To remove:
stack-fix.c
and building and usingstack-fix.so
.After
docker-library/python@8717dc2
and
docker-library/python@f45e1fb
Newer containers with Python have bigger stack (1 MB). So this problem should not happen again with
ujson
.Relevant issues: #160
docker-library/python#211
The text was updated successfully, but these errors were encountered: