Skip to content

Reduce amount of debug info injected in extension modules #11526

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 22, 2021

Conversation

nehaljwani
Copy link
Contributor

@nehaljwani nehaljwani commented Nov 11, 2021

Reduce amount of debug info injected in extension modules

This can help in decreasing memory resource requirements on CI and
generating relatively thinner binaries

Resolves #11507

@nehaljwani nehaljwani force-pushed the resolve-11507 branch 2 times, most recently from 7ed2885 to 7c7a1e5 Compare November 13, 2021 17:24
Copy link
Collaborator

@97littleleaf11 97littleleaf11 left a comment

Choose a reason for hiding this comment

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

lgtm!

This can help in decreasing memory resource requirements on CI and
generating relatively thinner binaries.

Resolves python#11507
@97littleleaf11 97littleleaf11 merged commit 2189714 into python:master Nov 22, 2021
tushar-deepsource pushed a commit to DeepSourceCorp/mypy that referenced this pull request Jan 20, 2022
This can help in decreasing memory resource requirements on CI and
generating relatively thinner binaries.

Resolves python#11507
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.

Increase in memory requirements for compiling mypy with MYPY_USE_MYPYC=1
3 participants