Skip to content
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

bpo-41039: Simplify python3.dll build #20989

Merged
merged 2 commits into from
Jun 23, 2020
Merged

bpo-41039: Simplify python3.dll build #20989

merged 2 commits into from
Jun 23, 2020

Conversation

nnemkin
Copy link
Contributor

@nnemkin nnemkin commented Jun 19, 2020

Use linker comment #pragma and preprocessor for re-exporting stable API functions and variables.

Module definition file, custom build targets and entry point code become unnecessary and can be removed.

This change also fixes missing _PyErr_BadInternalCall export on x86 as a side effect.

https://bugs.python.org/issue41039

Use linker comment #pragma and preprocessor for re-exporting stable
API functions and variables.

Module definition file, custom build targets and entry point code
become unnecessary and can be removed.

This change also fixes missing _PyErr_BadInternalCall export on x86
as a side effect.
@zooba zooba merged commit 2c6e4e9 into python:master Jun 23, 2020
@nnemkin nnemkin deleted the python3dll branch June 24, 2020 06:55
fasih pushed a commit to fasih/cpython that referenced this pull request Jun 29, 2020
Use linker comment #pragma and preprocessor for re-exporting stable
API functions and variables.

Module definition file, custom build targets and entry point code
become unnecessary and can be removed.

This change also fixes missing _PyErr_BadInternalCall export on x86.
arun-mani-j pushed a commit to arun-mani-j/cpython that referenced this pull request Jul 21, 2020
Use linker comment #pragma and preprocessor for re-exporting stable
API functions and variables.

Module definition file, custom build targets and entry point code
become unnecessary and can be removed.

This change also fixes missing _PyErr_BadInternalCall export on x86.
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.

4 participants