summaryrefslogtreecommitdiff
path: root/PC/python3dll.c
Commit message (Collapse)AuthorAgeFilesLines
* bpo-41103: Remove old buffer protocol support (#21117)Inada Naoki2020-06-261-4/+0
| | | They are deprecated since Python 3.0.
* bpo-41039: Simplify python3.dll build (GH-20989)Nikita Nemkin2020-06-231-9/+814
| | | | | | | | | 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.
* More eol-style'sAntoine Pitrou2011-02-251-8/+8
|
* Merge branches/pep-0384.Martin v. Löwis2010-12-031-0/+9