File tree Expand file tree Collapse file tree 6 files changed +9
-8
lines changed Expand file tree Collapse file tree 6 files changed +9
-8
lines changed Original file line number Diff line number Diff line change 2
2
Python C API compatibility
3
3
++++++++++++++++++++++++++
4
4
5
- .. image :: https://github.com/pythoncapi /pythoncapi_compat/actions/workflows/build.yml/badge.svg
5
+ .. image :: https://github.com/python /pythoncapi_compat/actions/workflows/build.yml/badge.svg
6
6
:alt: Build status of pythoncapi_compat on GitHub Actions
7
- :target: https://github.com/pythoncapi /pythoncapi_compat/actions
7
+ :target: https://github.com/python /pythoncapi_compat/actions
8
8
9
9
The ``pythoncapi_compat `` project can be used to write a C extension supporting
10
10
a wide range of Python versions with a single code base. It is made of the
11
11
``pythoncapi_compat.h `` header file and the ``upgrade_pythoncapi.py `` script.
12
12
13
13
* Homepage: `GitHub pythoncapi_compat project
14
- <https://github.com/pythoncapi /pythoncapi_compat> `_.
14
+ <https://github.com/python /pythoncapi_compat> `_.
15
15
* `Documentation
16
16
<https://pythoncapi-compat.readthedocs.io/en/latest/> `_
17
17
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ Some functions related to frame objects and ``PyThreadState`` are not available
21
21
on PyPy.
22
22
23
23
Latest version of the header file:
24
- `pythoncapi_compat.h <https://raw.githubusercontent.com/pythoncapi /pythoncapi_compat/master/pythoncapi_compat.h >`_.
24
+ `pythoncapi_compat.h <https://raw.githubusercontent.com/python /pythoncapi_compat/master/pythoncapi_compat.h >`_.
25
25
26
26
27
27
Python 3.11
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ * 2022-03-03: The project moved to https://github.com/python/pythoncapi_compat
4
5
* 2022-02-11: The project license changes from the MIT license to the Zero
5
6
Clause BSD (0BSD) license. Projects copying ``pythoncapi_compat.h `` no longer
6
7
have to include the MIT license and the copyright notice.
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ a wide range of Python versions with a single code base. It is made of the
7
7
``pythoncapi_compat.h `` header file and the ``upgrade_pythoncapi.py `` script.
8
8
9
9
* Homepage: `GitHub pythoncapi_compat project
10
- <https://github.com/pythoncapi /pythoncapi_compat> `_.
10
+ <https://github.com/python /pythoncapi_compat> `_.
11
11
* `Documentation
12
12
<https://pythoncapi-compat.readthedocs.io/en/latest/> `_
13
13
Original file line number Diff line number Diff line change 4
4
// Copyright Contributors to the pythoncapi_compat project.
5
5
//
6
6
// Homepage:
7
- // https://github.com/pythoncapi /pythoncapi_compat
7
+ // https://github.com/python /pythoncapi_compat
8
8
//
9
9
// Latest version:
10
- // https://raw.githubusercontent.com/pythoncapi /pythoncapi_compat/master/pythoncapi_compat.h
10
+ // https://raw.githubusercontent.com/python /pythoncapi_compat/master/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
FORCE_STEALREF = False
11
11
12
12
13
- PYTHONCAPI_COMPAT_URL = ('https://raw.githubusercontent.com/pythoncapi /'
13
+ PYTHONCAPI_COMPAT_URL = ('https://raw.githubusercontent.com/python /'
14
14
'pythoncapi_compat/master/pythoncapi_compat.h' )
15
15
PYTHONCAPI_COMPAT_H = 'pythoncapi_compat.h'
16
16
INCLUDE_PYTHONCAPI_COMPAT = f'#include "{ PYTHONCAPI_COMPAT_H } "'
You can’t perform that action at this time.
0 commit comments