]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
qa/lsan.supp: suppress CPython 3.12/3.13 interpreter leaks 69664/head
authorKefu Chai <k.chai@proxmox.com>
Tue, 23 Jun 2026 08:14:19 +0000 (16:14 +0800)
committerKefu Chai <k.chai@proxmox.com>
Tue, 23 Jun 2026 15:02:05 +0000 (23:02 +0800)
commit320a3a0529c7154918321c02e85d57674fb9bfce
tree29f2fe9c089b8c007246499d338caf7e2f20cb89
parent55ac10180cd3a1bb202c8132c4caca30404bb6f8
qa/lsan.supp: suppress CPython 3.12/3.13 interpreter leaks

The python binaries on some CI images and dev boxes ship stripped, so the
allocator frames in an interpreter-shutdown leak come through unsymbolised
(/usr/bin/python3.13+0x...) and the function-name matches above cannot apply.
leak:python3.10 already handled this for 3.10, and a stale comment claimed 3.12
does not leak.

Add leak:python3.12 and leak:python3.13, mirroring the 3.10 entry, so the
interpreter globals are suppressed whatever CPython the build uses.

Signed-off-by: Kefu Chai <k.chai@proxmox.com>
qa/lsan.supp