DEBSOURCES
Skip Quicknav
sources / python-friendly-traceback / 0.7.62%2Bgit20240811.d7dbff6-1.1 / tests / syntax / assign_to_debug2.py
1234
"""Should raise SyntaxError: cannot assign to __debug__ in Py 3.8 and assignment to keyword before.""" a.__debug__ = 1