### Bug description: ```python import bz2 ``` would result in an error: > ModuleNotFoundError: No module named '_bz2' The python was compiled with the following commands: ``` CFLAGS='-O3 -DNDEBUG' ./configure --enable-optimizations make make install ``` ### CPython versions tested on: 3.12 ### Operating systems tested on: Linux