From cec7b9f5fd77db15a8e81e11314659a396931aa8 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Thu, 27 Jan 2022 22:05:11 +0100 Subject: [PATCH] PEP 674: Fix the number of affected projects --- pep-0674.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pep-0674.rst b/pep-0674.rst index b3df6d611..0d68f4aeb 100644 --- a/pep-0674.rst +++ b/pep-0674.rst @@ -337,14 +337,14 @@ Only 2 macros are used as an l-value: ``Py_TYPE()`` and ``Py_SIZE()``. Projects already fixed ---------------------- -Fixed projects but not released yet (4): +Fixed projects but not released yet (3): * SWIG: `commit `__ * M2Crypto: need SWIG release * mecab-python3: need SWIG release -Fixed projects with a release (13): +Fixed projects with a release (14): * bitarray (1.6.2): `commit `__