# Bug report ### Bug description: ```python t=type(None) print(f'{t.__module__}.{t.__name__}') # prints builtins.NoneType # actual module: types ``` ### CPython versions tested on: 3.12, 3.13 ### Operating systems tested on: Linux