Skip to content

Commit a1cb729

Browse files
authored
Apply suggestions from code review
1 parent 6298821 commit a1cb729

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Changelog
22
=========
33

4-
* XXXX-XX-XX: Add functions and structs:
4+
* 2024-12-13: Add functions and structs:
55

66
* ``PyLongLayout``
77
* ``PyLong_GetNativeLayout()``

tests/test_pythoncapi_compat_cext.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1465,7 +1465,6 @@ test_long_api(PyObject *Py_UNUSED(module), PyObject *Py_UNUSED(args))
14651465
Py_DECREF(obj);
14661466

14671467
const PyLongLayout *layout = PyLong_GetNativeLayout();
1468-
14691468
assert(layout->digits_order == -1);
14701469
assert(layout->digit_size == sizeof(digit));
14711470
#endif // defined(PYTHON3) && !defined(PYPY_VERSION)

0 commit comments

Comments
 (0)