sycommon-python-lib 0.2.5a39__py3-none-any.whl → 0.2.5a40__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- sycommon/middleware/sandbox.py +4 -1
- {sycommon_python_lib-0.2.5a39.dist-info → sycommon_python_lib-0.2.5a40.dist-info}/METADATA +1 -1
- {sycommon_python_lib-0.2.5a39.dist-info → sycommon_python_lib-0.2.5a40.dist-info}/RECORD +6 -6
- {sycommon_python_lib-0.2.5a39.dist-info → sycommon_python_lib-0.2.5a40.dist-info}/WHEEL +0 -0
- {sycommon_python_lib-0.2.5a39.dist-info → sycommon_python_lib-0.2.5a40.dist-info}/entry_points.txt +0 -0
- {sycommon_python_lib-0.2.5a39.dist-info → sycommon_python_lib-0.2.5a40.dist-info}/top_level.txt +0 -0
sycommon/middleware/sandbox.py
CHANGED
|
@@ -329,7 +329,10 @@ def _kill_process_tree(process):
|
|
|
329
329
|
except (ProcessLookupError, PermissionError):
|
|
330
330
|
pass
|
|
331
331
|
else:
|
|
332
|
-
|
|
332
|
+
try:
|
|
333
|
+
os.killpg(os.getpgid(process.pid), signal.SIGKILL)
|
|
334
|
+
except (ProcessLookupError, PermissionError, OSError):
|
|
335
|
+
pass
|
|
333
336
|
|
|
334
337
|
|
|
335
338
|
def _build_execute_command(init_script: str, user_command: str) -> tuple[str, dict]:
|
|
@@ -210,7 +210,7 @@ sycommon/middleware/exception.py,sha256=UAy0tKijI_2JoKjwT3h62aL-tybftP3IETvcr26N
|
|
|
210
210
|
sycommon/middleware/middleware.py,sha256=1qA_0rT7pv1xTfuvA0kdYkxVOHYT6roSSNO7Cmf2wYg,1778
|
|
211
211
|
sycommon/middleware/monitor_memory.py,sha256=pYRK-wRuDd6enSg9Pf8tQxPdYQS6S0AyjyXeKFRLKEs,628
|
|
212
212
|
sycommon/middleware/mq.py,sha256=9X6KKtadFjBXKS5L3kEKujYio9wwGfWgXwWOAHO-HDg,254
|
|
213
|
-
sycommon/middleware/sandbox.py,sha256=
|
|
213
|
+
sycommon/middleware/sandbox.py,sha256=lvcstHQJ6WfcUo1T_b06PU_iHkRc6f38RKsYzp1Inow,47978
|
|
214
214
|
sycommon/middleware/timeout.py,sha256=KlxOPa8xl2dg6yuRi_EzkVJG8bX4stb5ueYxctzzGM8,1433
|
|
215
215
|
sycommon/middleware/token_tracking.py,sha256=rEbgV1bgWMdzAERx4aq5XAvOIT6jTY_tK1P0xHJnL3o,6609
|
|
216
216
|
sycommon/middleware/tool_result_truncation.py,sha256=SREo6tb_RDHxqiQdO0N82pio-Cpo0YSrHNa1sASUafM,12429
|
|
@@ -282,8 +282,8 @@ sycommon/tools/syemail.py,sha256=BDFhgf7WDOQeTcjxJEQdu0dQhnHFPO_p3eI0-Ni3LhQ,561
|
|
|
282
282
|
sycommon/tools/timing.py,sha256=OiiE7P07lRoMzX9kzb8sZU9cDb0zNnqIlY5pWqHcnkY,2064
|
|
283
283
|
sycommon/xxljob/__init__.py,sha256=7eoBlQxv-B39IfRSCY2bkqdGYs1QRe1umAWd88VMEEM,86
|
|
284
284
|
sycommon/xxljob/xxljob_service.py,sha256=JIEJaGXhqrTLcyxlyynSrsHg9bBnDNzX-D4qIWLRPUE,6815
|
|
285
|
-
sycommon_python_lib-0.2.
|
|
286
|
-
sycommon_python_lib-0.2.
|
|
287
|
-
sycommon_python_lib-0.2.
|
|
288
|
-
sycommon_python_lib-0.2.
|
|
289
|
-
sycommon_python_lib-0.2.
|
|
285
|
+
sycommon_python_lib-0.2.5a40.dist-info/METADATA,sha256=oU0fnG1siYsT6N3ZR2mdFPrVtUjLc4FLdG8Dpout6a4,7914
|
|
286
|
+
sycommon_python_lib-0.2.5a40.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
287
|
+
sycommon_python_lib-0.2.5a40.dist-info/entry_points.txt,sha256=gsR4SssKxDWjRU8ggidzNcdMXDPRSKRS7UaGyNP84Qg,92
|
|
288
|
+
sycommon_python_lib-0.2.5a40.dist-info/top_level.txt,sha256=RgphKrg7nJyZ7irJqbxFr-5H2LUYTvI7ivoWZH2hcD0,29
|
|
289
|
+
sycommon_python_lib-0.2.5a40.dist-info/RECORD,,
|
|
File without changes
|
{sycommon_python_lib-0.2.5a39.dist-info → sycommon_python_lib-0.2.5a40.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{sycommon_python_lib-0.2.5a39.dist-info → sycommon_python_lib-0.2.5a40.dist-info}/top_level.txt
RENAMED
|
File without changes
|