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
2323on PyPy.
2424
2525Latest 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>`_.
2727
2828
2929Python 3.14
Original file line number Diff line number Diff line change 77// https://github.com/python/pythoncapi_compat
88//
99// 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
1111//
1212// SPDX-License-Identifier: 0BSD
1313
Original file line number Diff line number Diff line change 1010
1111
1212PYTHONCAPI_COMPAT_URL = ('https://raw.githubusercontent.com/python/'
13- 'pythoncapi_compat/master /pythoncapi_compat.h' )
13+ 'pythoncapi-compat/main /pythoncapi_compat.h' )
1414PYTHONCAPI_COMPAT_H = 'pythoncapi_compat.h'
1515INCLUDE_PYTHONCAPI_COMPAT = f'#include "{ PYTHONCAPI_COMPAT_H } "'
1616INCLUDE_PYTHONCAPI_COMPAT2 = f'#include <{ PYTHONCAPI_COMPAT_H } >'
You can’t perform that action at this time.
0 commit comments