mirror of
https://github.com/python/cpython.git
synced 2025-09-09 18:32:22 +00:00
gh-99482: remove jython
compatibility parts from stdlib and tests (#99484)
This commit is contained in:
parent
c5726b727e
commit
745545b5bb
20 changed files with 134 additions and 232 deletions
|
@ -360,10 +360,9 @@ class ExceptionTests(unittest.TestCase):
|
|||
self.assertRaises(SystemError, _testcapi.raise_exception,
|
||||
InvalidException, 1)
|
||||
|
||||
if not sys.platform.startswith('java'):
|
||||
test_capi1()
|
||||
test_capi2()
|
||||
test_capi3()
|
||||
test_capi1()
|
||||
test_capi2()
|
||||
test_capi3()
|
||||
|
||||
def test_WindowsError(self):
|
||||
try:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue