diff options
author | Hugo van Kemenade <hugovk@users.noreply.github.com> | 2023-05-08 14:03:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-08 14:03:52 (GMT) |
commit | d513ddee94a05783b98f2b55f8fc0a4efbb9be82 (patch) | |
tree | 23c9f711d1d14a8b37fd1c7e923a66b4919c48ad /Modules/_testcapi/immortal.c | |
parent | 1f5679540ca4aa5c0eae06d3a2d5eda34b47e041 (diff) | |
download | cpython-d513ddee94a05783b98f2b55f8fc0a4efbb9be82.zip cpython-d513ddee94a05783b98f2b55f8fc0a4efbb9be82.tar.gz cpython-d513ddee94a05783b98f2b55f8fc0a4efbb9be82.tar.bz2 |
Trim trailing whitespace and test on CI (#104275)
Co-authored-by: Alex Waygood <Alex.Waygood@Gmail.com>
Diffstat (limited to 'Modules/_testcapi/immortal.c')
-rw-r--r-- | Modules/_testcapi/immortal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/_testcapi/immortal.c b/Modules/_testcapi/immortal.c index 10e1733..9f81389 100644 --- a/Modules/_testcapi/immortal.c +++ b/Modules/_testcapi/immortal.c @@ -1,6 +1,6 @@ #include "parts.h" -int verify_immortality(PyObject *object) +int verify_immortality(PyObject *object) { assert(_Py_IsImmortal(object)); Py_ssize_t old_count = Py_REFCNT(object); |