Skip to content

Commit 0c43fcb

Browse files
ngoldbaumvstinner
andauthored
Apply suggestions from code review
Co-authored-by: Victor Stinner <[email protected]>
1 parent 830742e commit 0c43fcb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pythoncapi_compat.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2211,8 +2211,8 @@ PyConfig_GetInt(const char *name, int *value)
22112211
}
22122212
#endif // PY_VERSION_HEX > 0x03090000 && !defined(PYPY_VERSION)
22132213

2214-
// gh-133144 added PyUnstable_Object_IsUniquelyReferenced() to Python 3.14.0b1
2215-
// Adapted from _PyObject_IsUniquelyReferenced implementation
2214+
// gh-133144 added PyUnstable_Object_IsUniquelyReferenced() to Python 3.14.0b1.
2215+
// Adapted from _PyObject_IsUniquelyReferenced() implementation.
22162216
#if PY_VERSION_HEX < 0x030E00B0
22172217
static inline int PyUnstable_Object_IsUniquelyReferenced(PyObject *obj)
22182218
{

0 commit comments

Comments
 (0)