Alex Willmer
Alex Willmer
Notes - `{thread,_thread,threading}.get_ident()` returns a non-zero integer intended for use within Python. It's not an OS thread id. - `{threading.get_native_id()` (Python 3.8+) returns an OS assigned thread id. https://docs.python.org/3/library/threading.html#threading.get_native_id -...
> > ```python > >>> thread.get_ident() > 18446744072484806452 > ``` It's doesn't look like a boundary value, or a misinterpreted "special" value like -1 ```python >>> hex(18446744072484806452) '0xffffffffb6ffdf34' >>> hex...
Not seeing the larger value on Ubuntu 24.04 and Python 3.13.1 installed with uv 0.5.11 on aarch64. I don't know what the standalone Python's used by uv are linked against....
DItto in Python 3.13.1 alpine container image ``` alex@ubuntu2404:~/src$ podman run -it python:3.13.1-alpine3.21 Resolved "python" as an alias (/etc/containers/registries.conf.d/shortnames.conf) Trying to pull docker.io/library/python:3.13.1-alpine3.21... ... Python 3.13.1 (main, Dec 10 2024,...
I'm falling in favour of removing the upper bound check, and maybe also the lower bound.
Again https://github.com/mitogen-hq/mitogen/actions/runs/11700584431/job/32584889627 ``` PLAY [regression/issue_615_streaming_transfer.yml] ***************************** TASK [include_tasks _raw_params=_mitogen_only.yml] ***************************** Wednesday 06 November 2024 09:20:58 +0000 (0:00:00.120) 0:00:26.685 **** included: /Users/runner/work/mitogen/mitogen/tests/ansible/regression/_mitogen_only.yml for target TASK [meta _raw_params=end_play] *********************************************** Wednesday 06 November...
Again, [macos (Loc_313_10, py313-mode_localhost-ansible10)](https://github.com/mitogen-hq/mitogen/actions/runs/11724846237/job/32659740895?pr=1192#logs) ``` PLAY [regression/issue_615_streaming_transfer.yml] ***************************** TASK [include_tasks _raw_params=_mitogen_only.yml] ***************************** Thursday 07 November 2024 14:22:43 +0000 (0:00:00.113) 0:00:25.291 ***** included: /Users/runner/work/mitogen/mitogen/tests/ansible/regression/_mitogen_only.yml for target TASK [meta _raw_params=end_play] *********************************************** Thursday...
https://github.com/mitogen-hq/mitogen/pull/1194 has hit this 3 times in a row
#1177 twice in a row ([job 394](https://github.com/mitogen-hq/mitogen/actions/runs/12036998790), 2 attempts), once it occurs the build hangs until it is concelled or times out (currently 2 hours) ``` TASK [Create /tmp/512mb.zero creates=/tmp/512mb.zero,...
This stopped happening in CI on Nov 29. I now cannot reproduce