Commit a01e63e
authored
Remove support for Python 2.7 on Windows (#68)
Mercurial 6.2 released in July 2022 removed support for Python 2.7.
It was the last project using pythoncapi_compat.h which required
Python 2.7 support (on Windows).
Remove PYCAPI_COMPAT_STATIC_INLINE() macro: use "static inline"
directly.
See:
* https://www.mercurial-scm.org/downloads
* https://wiki.mercurial-scm.org/SupportedPythonVersions1 parent 47c0656 commit a01e63e
3 files changed
Lines changed: 53 additions & 102 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
23 | 22 | | |
24 | 23 | | |
25 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| |||
0 commit comments