Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 59b1b84

Browse files
authored
Add PyTorch to users.rst (#65)
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!
1 parent 64becb3 commit 59b1b84

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docs/users.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ Examples of projects using pythoncapi_compat.h
4040
``src/writer.c`` uses ``PyObject_CallOneArg() and other Python 3.9 apis``
4141
(`pythoncapi_compat.h copy
4242
<https://github.com/pyansys/hollerith/blob/main/src/pythoncapi_compat.h>`__)
43+
* `PyTorch <https://github.com/pytorch/pytorch/>`_ (`pythoncapi_compat.h copy
44+
<https://github.com/pytorch/pytorch/blob/main/torch/csrc/utils/pythoncapi_compat.h>`__)
4345

4446

4547
Projects not using pythoncapi_compat.h

0 commit comments

Comments
 (0)