python (3.12.0)

(root)/
lib/
python3.12/
test/
test_module/
bad_getattr3.py
       1  def __getattr__(name):
       2      if name != 'delgetattr':
       3          raise AttributeError
       4      del globals()['__getattr__']
       5      raise AttributeError