(self)
| 338 | self._test_long_aspid(_testcapi.pylong_aspid) |
| 339 | |
| 340 | def test_long_aspid_limited(self): |
| 341 | self._test_long_aspid(_testlimitedcapi.pylong_aspid) |
| 342 | |
| 343 | @support.bigmemtest(2**32, memuse=0.35) |
| 344 | def test_long_asnativebytes_huge(self, size): |
nothing calls this directly
no test coverage detected