Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Reduce amount of debug info injected in extension modules - #11526

Merged
97littleleaf11 merged 1 commit into
python:masterfrom
nehaljwani:resolve-11507
Nov 22, 2021
Merged

Reduce amount of debug info injected in extension modules#11526
97littleleaf11 merged 1 commit into
python:masterfrom
nehaljwani:resolve-11507

Conversation

@nehaljwani

@nehaljwani nehaljwani commented Nov 11, 2021

Copy link
Copy Markdown
Contributor

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

Comment thread mypyc/build.py Outdated
@nehaljwani
nehaljwani force-pushed the resolve-11507 branch 2 times, most recently from 7ed2885 to 7c7a1e5 Compare November 13, 2021 17:24

@97littleleaf11 97littleleaf11 left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

lgtm!

Comment thread mypyc/build.py
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