Package: python3
Version: 3.11.2-1+b1
Severity: normal
X-Debbugs-Cc: [email protected]

Dear Maintainer,

Counting above 0000 0001 ffff fff0 causes python to loop back to 0001 ffff ffe0 
then start counting up again.
This loops until 0001 0000 0000 where it starts counting back to 0000 0001 ffff 
ffff this loop is infinite.
The only way to resolve the issue is to have python break loop with if 
statement resetting the counter to 0000 0000
updating the next 32bit integer. While counting from 0000 0000 python counts 
through ffff ffff without an issue
0001 0000 ffff is fine just 0001 ffff ffff causes the loop python also freezes 
for 2 minutes on 0001 fff5 94d0 during 
the loop. Python must be repeatidly force terminated using top when this 
happens.

generate a python venv using python3 -m venv <folder>, source python venv, 
create a file to count up in hex, set hex 
value to anything under 0000 0001 ffff ffff and let it count up while recording 
the hex to a file.

-- System Information:
Debian Release: 12.8
  APT prefers stable-updates
  APT policy: (500, 'stable-updates'), (500, 'stable-security'), (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 6.11.5+bpo-amd64 (SMP w/4 CPU threads; PREEMPT)
Kernel taint flags: TAINT_PROPRIETARY_MODULE, TAINT_WARN, TAINT_OOT_MODULE, 
TAINT_UNSIGNED_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages python3 depends on:
ii  libpython3-stdlib  3.11.2-1+b1
ii  python3-minimal    3.11.2-1+b1
ii  python3.11         3.11.2-6+deb12u4

python3 recommends no packages.

Versions of packages python3 suggests:
ii  python3-doc   3.11.2-1
ii  python3-tk    3.11.2-3
ii  python3-venv  3.11.2-1+b1

-- no debconf information

Reply via email to