Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bpo-41039: Simplify python3.dll build (pythonGH-20989)
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.
- Loading branch information