File tree Expand file tree Collapse file tree 3 files changed +53
-102
lines changed Expand file tree Collapse file tree 3 files changed +53
-102
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,7 @@ C++03 and C++11 are supported on Python 3.6 and newer.
18
18
19
19
A C99 subset is required, like ``static inline `` functions: see `PEP 7
20
20
<https://www.python.org/dev/peps/pep-0007/> `_. ISO C90 is partially supported
21
- for Python 2.7 and Visual Studio 2008 (avoid mixed declarations and code, ``gcc
22
- -Werror=declaration-after-statement ``).
21
+ for Python 2.7.
23
22
24
23
Some functions related to frame objects and ``PyThreadState `` are not available
25
24
on PyPy.
Original file line number Diff line number Diff line change 1
1
Changelog
2
2
=========
3
3
4
+ * 2023-08-21: Remove support for Python 2.7, Python 3.4 and older.
4
5
* 2023-08-16: Add ``Py_IsFinalizing() `` function.
5
6
* 2023-07-21: Add ``PyDict_GetItemRef() `` function.
6
7
* 2023-07-18: Add ``PyModule_Add() `` function.
You can’t perform that action at this time.
0 commit comments