python (3.11.7)

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