New comment by MechDR on void-packages repository https://github.com/void-linux/void-packages/issues/46767#issuecomment-1772439618 Comment: Don't know if this is related, but BleachBit also fails to start after Python 3.12 upgrade. ``` Traceback (most recent call last): File "/usr/bin/bleachbit", line 43, in import bleachbit.GUI File "/usr/share/bleachbit/__init__.py", line 33, in from configparser import RawConfigParser, NoOptionError, SafeConfigParser ImportError: cannot import name 'SafeConfigParser' from 'configparser' (/usr/lib/python3.12/configparser.py). Did you mean: 'RawConfigParser'? ```