diff options
| author | Stefan Behnel <stefan_ml@behnel.de> | 2023-05-16 08:49:58 +0200 |
|---|---|---|
| committer | Stefan Behnel <stefan_ml@behnel.de> | 2023-05-16 08:49:58 +0200 |
| commit | d86fc182071e4cf7378c86e28fd3b13b994f1448 (patch) | |
| tree | 3114c142c00053e60b66f7d51021b9dfb086727d | |
| parent | fbe6162b0eee8c49b294ceb6af5fbe9aa0b9e6c2 (diff) | |
| parent | 8af954f812f78d5258cb8440b13cc6944eccf940 (diff) | |
| download | cython-master.tar.gz | |
| -rw-r--r-- | CHANGES.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index bca8b6aae..a68e3c992 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1412,7 +1412,7 @@ Other changes Bugs fixed ---------- -* Some C compile failures in CPython 3.12 were resolved. +* Some C compile failures and crashes in CPython 3.12 were resolved. * A C compile failure in PyPy 3.10 was resolved. Patch by Matti Picus. (Github issue :issue:`5408`) |
