File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Some functions related to frame objects and ``PyThreadState`` are not available
23
23
on PyPy.
24
24
25
25
Latest version of the header file:
26
- `pythoncapi_compat.h <https://raw.githubusercontent.com/python/pythoncapi-compat/master /pythoncapi_compat.h>`_.
26
+ `pythoncapi_compat.h <https://raw.githubusercontent.com/python/pythoncapi-compat/main /pythoncapi_compat.h>`_.
27
27
28
28
29
29
Python 3.14
Original file line number Diff line number Diff line change 7
7
// https://github.com/python/pythoncapi_compat
8
8
//
9
9
// Latest version:
10
- // https://raw.githubusercontent.com/python/pythoncapi_compat/master /pythoncapi_compat.h
10
+ // https://raw.githubusercontent.com/python/pythoncapi-compat/main /pythoncapi_compat.h
11
11
//
12
12
// SPDX-License-Identifier: 0BSD
13
13
Original file line number Diff line number Diff line change 10
10
11
11
12
12
PYTHONCAPI_COMPAT_URL = ('https://raw.githubusercontent.com/python/'
13
- 'pythoncapi_compat/master /pythoncapi_compat.h' )
13
+ 'pythoncapi-compat/main /pythoncapi_compat.h' )
14
14
PYTHONCAPI_COMPAT_H = 'pythoncapi_compat.h'
15
15
INCLUDE_PYTHONCAPI_COMPAT = f'#include "{ PYTHONCAPI_COMPAT_H } "'
16
16
INCLUDE_PYTHONCAPI_COMPAT2 = f'#include <{ PYTHONCAPI_COMPAT_H } >'
You can’t perform that action at this time.
0 commit comments