Robert Nowotny
Robert Nowotny
the TimeoutError can be caught by the decorated function, because it is derived from Exception / OSError. Better to use our own Exception derived from BaseException
reminder to self : logging when use_signats=False - connect to the main logger via Socket
* **I'm submitting a ...** - [X] feature request get Traceback information when use_signals=False, possibly by using tblib (see https://pypi.python.org/pypi/tblib) * **What is the current behavior?** there is no Traceback...
Wine support
- WINE 32 Bit, 4.3 devel - psutil version 5.6.0 - python 3.7.2 32 Bit psutil can not be imported : ``` >>> from psutil import pid_exists File "c:\python3\lib\site-packages\psutil\__init__.py", line...
not sure if the name have to be "wrapt.pyi" or "py.typed" - that needs to be tested.
Deprecated since version 3.11, will be removed in version 3.13: The pipes module is deprecated (see PEP 594 for details). Please use the subprocess module instead. ``` File "/opt/hostedtoolcache/Python/3.13.0-alpha.2/x64/lib/python3.13/site-packages/humanfriendly/cli.py", line...
introduce timeout based on `cpu_time` for machine learning workloads, ensuring that parameter optimizations terminate below pre-defined timeout. This eliminates sensitivity to any other workload happening on the same host. This...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `pip` dependencies of...
python-registry is awesome ! I only have a some errors on reading the values on some keys, trying to read out the complete registry. Operating System is Windows 10 ,...