Skip to content

Commit e4b9b5a

Browse files
Address Stan's review
Co-authored-by: Stan Ulbrych <stan@python.org>
1 parent 2aefc64 commit e4b9b5a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Lib/test/support/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3529,10 +3529,10 @@ def check_immutable_type(testcase, type):
35293529

35303530

35313531
def built_with_c_assertions():
3532-
# Check if Python was built with C assertions (assert())
3532+
"""Check if Python was built with C assertions (assert())."""
35333533

35343534
if MS_WINDOWS:
3535-
# On Windows, rely on Py_DEBUG macro to check for assertions
3535+
# On Windows, rely on the Py_DEBUG macro to check for assertions
35363536
return Py_DEBUG
35373537

35383538
# Check if the NDEBUG macro is defined in C compiler flags

0 commit comments

Comments
 (0)