mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Issue #25800: Merge with 3.4
This commit is contained in:
commit
2356069d94
1 changed files with 2 additions and 1 deletions
|
@ -343,7 +343,8 @@ class Test6012(unittest.TestCase):
|
|||
|
||||
class EmbeddingTests(unittest.TestCase):
|
||||
def setUp(self):
|
||||
basepath = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
|
||||
here = os.path.abspath(__file__)
|
||||
basepath = os.path.dirname(os.path.dirname(os.path.dirname(here)))
|
||||
exename = "_testembed"
|
||||
if sys.platform.startswith("win"):
|
||||
ext = ("_d" if "_d" in sys.executable else "") + ".exe"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue