| commit | 44fc378b598eb675a847d1b7c46c8f6e81313c04 | [log] [tgz] |
|---|---|---|
| author | Victor Stinner <vstinner@python.org> | Mon Sep 04 01:04:05 2023 +0200 |
| committer | GitHub <noreply@github.com> | Mon Sep 04 01:04:05 2023 +0200 |
| tree | 1fd9edf9e1c2c4b696ae6ff373ae351a2ae77a6d | |
| parent | 31c2945f143c6b80c837fcf09a5cfb85fea9ea4c [diff] |
gh-108765: Move export code from pyport.h to exports.h (#108855) There is no API change, since pyport.h includes exports.h.