# uncompyle6 version 3.9.3 # Python bytecode version base 2.6 (62161) # Decompiled from: Python 3.9.25 (main, Oct 31 2025, 23:16:49) # [GCC 14.2.0] # Embedded file name: select.pyc # Compiled at: 2025-05-23 11:22:56 def __load(): import imp, os, sys try: dirname = os.path.dirname(__loader__.archive) except NameError: dirname = sys.prefix path = os.path.join(dirname, 'select.pyd') mod = imp.load_dynamic(__name__, path) return __load() del __load # okay decompiling pycode/select.pyc