There was an error while loading. Please reload this page.
1 parent 2aefc64 commit e4b9b5aCopy full SHA for e4b9b5a
1 file changed
Lib/test/support/__init__.py
@@ -3529,10 +3529,10 @@ def check_immutable_type(testcase, type):
3529
3530
3531
def built_with_c_assertions():
3532
- # Check if Python was built with C assertions (assert())
+ """Check if Python was built with C assertions (assert())."""
3533
3534
if MS_WINDOWS:
3535
- # On Windows, rely on Py_DEBUG macro to check for assertions
+ # On Windows, rely on the Py_DEBUG macro to check for assertions
3536
return Py_DEBUG
3537
3538
# Check if the NDEBUG macro is defined in C compiler flags
0 commit comments