
    daf                     J    d Z ddlmZ ddlmZ  G d dej
                        Zy)z/Fixer that turns 'long' into 'int' everywhere.
    )
fixer_base)is_probably_builtinc                       e Zd ZdZdZd Zy)FixLongTz'long'c                 J    t        |      rd|_        |j                          y y )Nint)r   valuechanged)selfnoderesultss      1/root/Python-3.12.4/Lib/lib2to3/fixes/fix_long.py	transformzFixLong.transform   s    t$DJLLN %    N)__name__
__module____qualname__BM_compatiblePATTERNr    r   r   r   r      s    MGr   r   N)__doc__lib2to3r   lib2to3.fixer_utilr   BaseFixr   r   r   r   <module>r      s$     2j   r   