Show More
@@ -34,7 +34,10 b' TIME_STAMP_SERVER_URL = VARS.get("TIME_S' | |||
|
34 | 34 | |
|
35 | 35 | IS_WINDOWS = "windows" in BUILD_TARGET_TRIPLE |
|
36 | 36 | |
|
37 | USE_IN_MEMORY_RESOURCES = False | |
|
37 | # Use in-memory resources for all resources. If false, most of the Python | |
|
38 | # stdlib will be in memory, but other things such as Mercurial itself will not | |
|
39 | # be. See the comment in resource_callback, below. | |
|
40 | USE_IN_MEMORY_RESOURCES = not IS_WINDOWS | |
|
38 | 41 | |
|
39 | 42 | # Code to run in Python interpreter. |
|
40 | 43 | RUN_CODE = """ |
General Comments 0
You need to be logged in to leave comments.
Login now