From 27b9db2e1acd7b94980c749d8922728a3694e4ec Mon Sep 17 00:00:00 2001 From: albanD Date: Mon, 24 Jul 2023 11:18:27 -0700 Subject: [PATCH] Add PyTorch to users.rst I've seen PRs updating this file so adding PyTorch to the list as well as we're relying on this pretty heavily now! Thanks for the hard work in maintaining this! It helps a lot to have reliable compat code! --- docs/users.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/users.rst b/docs/users.rst index d7d6a84..b817996 100644 --- a/docs/users.rst +++ b/docs/users.rst @@ -40,6 +40,8 @@ Examples of projects using pythoncapi_compat.h ``src/writer.c`` uses ``PyObject_CallOneArg() and other Python 3.9 apis`` (`pythoncapi_compat.h copy `__) +* `PyTorch `_ (`pythoncapi_compat.h copy + `__) Projects not using pythoncapi_compat.h