From 1ab8a211af2a3037da90f6a14fe1754693801098 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Thu, 24 Sep 2026 11:01:22 +0200 Subject: [PATCH 1/2] docs: add the watchdog project to users --- docs/users.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/users.rst b/docs/users.rst index c1bf314..058c759 100644 --- a/docs/users.rst +++ b/docs/users.rst @@ -51,6 +51,9 @@ Examples of projects using pythoncapi_compat.h `__) * `Pillow `_ (`src/thirdparty/pythoncapi_compat.h `_) +* `watchdog `_ + (`src/pythoncapi_compat.h `_) + Projects not using pythoncapi_compat.h From bd921293225292a31acec65e0c82dabea29190d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Schoentgen?= Date: Thu, 24 Sep 2026 11:02:44 +0200 Subject: [PATCH 2/2] fix: drop new line --- docs/users.rst | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/users.rst b/docs/users.rst index 058c759..5b1f6d8 100644 --- a/docs/users.rst +++ b/docs/users.rst @@ -55,7 +55,6 @@ Examples of projects using pythoncapi_compat.h (`src/pythoncapi_compat.h `_) - Projects not using pythoncapi_compat.h ======================================