From f91e4f41ba9e6501c0ef620472778e54fe4acf2b Mon Sep 17 00:00:00 2001 From: Theodore Tsirpanis Date: Tue, 23 Jul 2024 21:19:05 +0300 Subject: [PATCH 1/2] Fix typo. --- docs/limitations.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/limitations.rst b/docs/limitations.rst index def5ad659c..4f1b10aac5 100644 --- a/docs/limitations.rst +++ b/docs/limitations.rst @@ -52,7 +52,7 @@ clean, well written patch would likely be accepted to solve them. - The ``cpptest`` does not run on Windows with Python 3.8 or newer, due to DLL loader changes. User code that is correctly installed should not be affected. - `#2560 `_ + `#2560 `_ Python 3.9.0 warning ^^^^^^^^^^^^^^^^^^^^ From 09eb67ba1f4008c5e4182ec7750771fc45429e08 Mon Sep 17 00:00:00 2001 From: Theodore Tsirpanis Date: Tue, 23 Jul 2024 22:01:19 +0300 Subject: [PATCH 2/2] Remove outdated known limitation. See #5179. --- docs/limitations.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/limitations.rst b/docs/limitations.rst index 4f1b10aac5..1b06ea8728 100644 --- a/docs/limitations.rst +++ b/docs/limitations.rst @@ -50,10 +50,6 @@ clean, well written patch would likely be accepted to solve them. One consequence is that containers of ``char *`` are currently not supported. `#2245 `_ -- The ``cpptest`` does not run on Windows with Python 3.8 or newer, due to DLL - loader changes. User code that is correctly installed should not be affected. - `#2560 `_ - Python 3.9.0 warning ^^^^^^^^^^^^^^^^^^^^