Fix issue #2096: In Python 3.13, sys._getframe get wrong frame
Fix issue #2116: In Python 3.13, any class or base class which has metaclass may results in the obfuscated scripts crashed. For example, class definition inherits enum.Enum which has metaclass