Home | History | Annotate | Download | only in test

Lines Matching refs:_testcapi

756         import _testcapi
759 self.assertRaises(OverflowError, srv.listen, _testcapi.INT_MAX + 1)
869 import _testcapi
873 _testcapi.INT_MAX + 1)
875 2 + (_testcapi.UINT_MAX + 1))
971 import _testcapi
972 if _testcapi.UINT_MAX >= _testcapi.ULONG_MAX:
976 self.serv.setblocking(_testcapi.UINT_MAX + 1)