mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-05-22 21:32:31 +00:00
Revert "Backport METH_FASTCALL from Python 3.7 (#328)"
This reverts commit cf73bbd678
.
This commit is contained in:
parent
e7611a8476
commit
2ea1dc405c
102 changed files with 3299 additions and 2894 deletions
2
third_party/python/Lib/test/test_site.py
vendored
2
third_party/python/Lib/test/test_site.py
vendored
|
@ -97,7 +97,6 @@ class HelperFunctionsTests(unittest.TestCase):
|
|||
"%s from sys.path not found in set returned "
|
||||
"by _init_pathinfo(): %s" % (entry, dir_set))
|
||||
|
||||
@unittest.skipIf(True, "pth files modify import paths, nasty")
|
||||
def pth_file_tests(self, pth_file):
|
||||
"""Contain common code for testing results of reading a .pth file"""
|
||||
self.assertIn(pth_file.imported, sys.modules,
|
||||
|
@ -481,7 +480,6 @@ class ImportSideEffectTests(unittest.TestCase):
|
|||
else:
|
||||
self.fail("sitecustomize not imported automatically")
|
||||
|
||||
@unittest.skipIf(True, "internet not allowed")
|
||||
@test.support.requires_resource('network')
|
||||
@test.support.system_must_validate_cert
|
||||
@unittest.skipUnless(sys.version_info[3] == 'final',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue