mirror of
https://github.com/python/cpython.git
synced 2025-11-25 04:34:37 +00:00
Whitespace normalization.
This commit is contained in:
parent
3adc4aa2fb
commit
8e6480ca02
1 changed files with 1 additions and 1 deletions
|
|
@ -184,7 +184,7 @@ class Signed_TestCase(unittest.TestCase):
|
|||
|
||||
def test_n(self):
|
||||
from _testcapi import getargs_n
|
||||
# n returns 'Py_ssize_t', and does range checking
|
||||
# n returns 'Py_ssize_t', and does range checking
|
||||
# (PY_SSIZE_T_MIN ... PY_SSIZE_T_MAX)
|
||||
self.failUnlessEqual(3, getargs_n(3.14))
|
||||
self.failUnlessEqual(99, getargs_n(Long()))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue