Rh dZdZdZdZdZdadZdZGddeZ GddZ iZ da Gd d Z Gd d eZd ZGddZGddZGddZdZdZdZdddZdZdZdZdZGddZddd d!ZdBd"Zd#d$d%Zd&Z d'Z!d(Z"d)Z#d*Z$d+Z%Gd,d-Z&Gd.d/Z'Gd0d1Z(d2Z)dCd3Z*d4Z+d5Z,e,d6zZ-d7Z.e/Z0d8Z1dDd9Z2d#d:d;Z3d<Z4dEd=Z5d>Z6d?Z7d@Z8dAZ9y)FaSCore implementation of import. This module is NOT meant to be directly imported! It has been designed such that it can be bootstrapped into Python as the implementation of import. As such it requires the injection of specific modules and attributes in order to work. One should use importlib as the public-facing version of this module. cd |jS#t$rt|jcYSwxYwN) __qualname__AttributeErrortype)objs +/usr/lib/python3.12/importlib/_bootstrap.py _object_namer s2& &Cy%%%&s //Nc dD]&}t||st||t||(|jj |jy)z/Simple substitute for functools.update_wrapper.) __module____name__r__doc__N)hasattrsetattrgetattr__dict__update)newoldreplaces r_wrapr(sFH9 3 C'#w"7 89LL %c,tt|Sr)rsysnames r _new_moduler0s 49T?rc eZdZy)_ListNr r rrrrr7rrc.eZdZdZdZdZddZddZy)_WeakValueDictionaryctj|Gfddtj}||_|jy)NcBeZdZdZfdZfdZefdZxZS)/_WeakValueDictionary.__init__..KeyedRef)keycLt||||j}||_|Sr)super__new__remover')robr'self __class__s rr*z7_WeakValueDictionary.__init__..KeyedRef.__new__Js%wtR= rc:t|||jyr)r)__init__r+)r-r,r'r.s rr0z8_WeakValueDictionary.__init__..KeyedRef.__init__Os T[[1rc}|]|jr&|jj|jytj |j |jyyr) _iterating_pending_removalsappendr'_weakref_remove_dead_weakrefdata)wrr- self_weakrefs rr+z6_WeakValueDictionary.__init__..KeyedRef.removeRsN$~#..55bff= 55diiH $r) r r r __slots__r*r0 staticmethodr+ __classcell__)r.r9s@rKeyedRefr&Fs(I   2 I Irr=)r5ref _KeyedRefclear)r-r=r9s @rr0z_WeakValueDictionary.__init__@s5||D)  Ix|| I." rc>g|_t|_i|_yr)r3setr2r7r-s rr@z_WeakValueDictionary.clear`s!#% rc|jj}|j} |}tj ||#t$rYywxYwr)r3popr7 IndexErrorr5r6)r-rEdr's r_commit_removalsz%_WeakValueDictionary._commit_removalsesV$$(( II e  ) )!S 1   sA AANc|jr|j |j|}|x}|S|S#t$r|cYSwxYwr)r3rHr7KeyError)r-r'defaultr8os rgetz_WeakValueDictionary.getosW  ! !  ! ! # 3BT "  N s: AAc |j|}|=|jr|j|j |||j|<|S|S#t$rd}YNwxYwr)r7rJr3rHr?)r-r'rKrLs r setdefaultz_WeakValueDictionary.setdefault|sm  # A 9%%%%'!^^GS9DIIcNNH A sA A%$A%r)r r rr0r@rHrMrOr rrr#r#>s@ 2  rr#c"eZdZdZdZdZdZy)_BlockingOnManagerz;A context manager responsible to updating ``_blocking_on``.c ||_||_yr) thread_idlock)r-rSrTs rr0z_BlockingOnManager.__init__s" rctj|jt|_|jj |j y)zCMark the running thread as waiting for self.lock. via _blocking_on.N) _blocking_onrOrSr blocked_onr4rTrCs r __enter__z_BlockingOnManager.__enter__s4'11$..%'J tyy)rcN|jj|jy)z6Remove self.lock from this thread's _blocking_on list.N)rWr+rTr-argskwargss r__exit__z_BlockingOnManager.__exit__s tyy)rN)r r rr r0rXr]r rrrQrQsE **rrQc eZdZy)_DeadlockErrorNrr rrr_r_r!rr_c||vry|D]W}|j|x}s||vry|j||Dcgc]}|j}}t||||sWyycc}w)aCheck if 'target_id' is holding the same lock as another thread(s). The search within 'blocking_on' starts with the threads listed in 'candidate_ids'. 'seen_ids' contains any threads that are considered already traversed in the search. Keyword arguments: target_id -- The thread id to try to reach. seen_ids -- A set of threads that have already been visited. candidate_ids -- The thread ids from which to begin. blocking_on -- A dict representing the thread/blocking-on graph. This may be the same object as the global '_blocking_on' but it is a parameter to reduce the impact that global mutable state has on the result of this function. TF)seen_ids candidate_ids blocking_on)rMaddowner_has_deadlocked) target_idrarbrctidcandidate_blocking_onrTedgess rrfrfs M!)4)==%=  H_  S)>>>> 9xu' )!$  ?sA#c.eZdZdZdZdZdZdZdZy) _ModuleLockzA recursive lock implementation which is able to detect deadlocks (e.g. thread 1 trying to take locks A then B, and thread 2 trying to take locks B then A). ctj|_tj|_||_d|_g|_g|_yr) _threadRLockrT allocate_lockwakeuprrecountwaitersr-rs rr0z_ModuleLock.__init__sE*MMO ++-     rcrttjt|jgt S)N)rgrarbrc)rfrn get_identrBrerVrCs r has_deadlockz_ModuleLock.has_deadlock s0 '')U ::,$  rcVtj}t||5 |j5|jgk(s|j |k(r4||_|jj d ddddddy|jrtd||jjdr|jj dddd|jj|jj#1swY>xYw#1swYyxYw)z Acquire the module lock. If a potential deadlock is detected, a _DeadlockError is raised. Otherwise, the lock is always acquired and True is returned. TNzdeadlock detected by F) rnrvrQrTrrrer4rwr_rqacquirersreleaser-rhs rryz_ModuleLock.acquire0s ! T *; &YY,2zzR'4::+<&)  ))$/#,2 ; &; &D((*,/DTH-MNN{{**51 ++D1Y,2b ##%  ##%u,2,2 ; &; &s0DAD1DAD=DD DD(ctj}|j5|j|k7r t dt |j dkDsJ|j jt |j sSd|_t |jdkDr4|jj|jjdddy#1swYyxYw)Ncannot release un-acquired lock) rnrvrTre RuntimeErrorlenrrrErsrqrzr{s rrzz_ModuleLock.releasets! YY *zzS "#DEEtzz?Q& && JJNN tzz?! t||$q(LL$$&KK'') * * *s B7C!!C*c8d|jdt|S)Nz _ModuleLock() at ridrCs r__repr__z_ModuleLock.__repr__sdii]%4z::rN) r r rr r0rwryrzrr rrrlrls# 6p B&H *;rrlc(eZdZdZdZdZdZdZy)_DummyModuleLockzVA simple _ModuleLock equivalent for Python builds without multi-threading support.c ||_d|_yNr~)rrrrts rr0z_DummyModuleLock.__init__s  rc.|xjdz c_y)NT)rrrCs rryz_DummyModuleLock.acquires a rcb|jdk(r td|xjdzc_y)Nr~r}r)rrrrCs rrzz_DummyModuleLock.releases& ::?@A A a rc8d|jdt|S)Nz_DummyModuleLock(rrrCs rrz_DummyModuleLock.__repr__s"499-uRXJ??rN)r r rr r0ryrzrr rrrrs  @rrceZdZdZdZdZy)_ModuleLockManagerc ||_d|_yr)_name_lockrts rr0z_ModuleLockManager.__init__s  rclt|j|_|jjyr)_get_module_lockrrryrCs rrXz_ModuleLockManager.__enter__s"%djj1  rc8|jjyr)rrzrZs rr]z_ModuleLockManager.__exit__s rN)r r rr0rXr]r rrrrsrrcJtj t|}|?t t |}n t |}|fd}tj||t|<tj|S#t$rd}YdwxYw#tjwxYw)zGet or create the module lock for a given module name. Acquire/release internally the global import lock to protect _module_locks.Nctj tj||urt|=tj y#tj wxYwr)_imp acquire_lock _module_locksrM release_lock)r>rs rcbz_get_module_lock..cbsI!!#(%((.#5)$/%%'D%%'s A A) rrrrJrnrrlr5r>r)rrTrs rrrs    &(D <'-"4(! (#+,,tR"8M$   K1 D , s) A;AB ; B B B  B B"czt|} |j|jy#t$rYywxYw)zAcquires then releases the module lock for a given module name. This is used to ensure a module is completely initialized, in the event it is being imported by another thread. N)rryrzr_)rrTs r_lock_unlock_modulers= D !D      s . ::c||i|S)a.remove_importlib_frames in import.c will always remove sequences of importlib frames that end with a call to this function Use it instead of a normal call in places where including the importlib frames introduces unwanted noise into the traceback (e.g. when executing module code) r )fr[kwdss r_call_with_frames_removedrs d d rr) verbosityctjj|k\r?|jdsd|z}t |j |tj yy)z=Print the message to stderr if -v/PYTHONVERBOSE is turned on.)#zimport z# )fileN)rflagsverbose startswithprintformatstderr)messagerr[s r_verbose_messagersJ yyI%!!"23WnG ngnnd##**5&rc*fd}t||S)z1Decorator to verify the named module is built-in.cZ|tjvrt|d|||S)N is not a built-in moduler)rbuiltin_module_names ImportErrorr-fullnamefxns r_requires_builtin_wrapperz4_requires_builtin.._requires_builtin_wrappers8 333 3 ,EF#+- -4""rr)rrs` r_requires_builtinrs#  #S) $$rc*fd}t||S)z/Decorator to verify the named module is frozen.c`tj|st|d|||S)Nz is not a frozen moduler)r is_frozenrrs r_requires_frozen_wrapperz2_requires_frozen.._requires_frozen_wrappers6~~h' ,CD#+- -4""rr)rrs` r_requires_frozenrs#  "C( ##rcd}tj|tt||}|tj vr2tj |}t ||tj |St|S)zLoad the specified module into sys.modules and return it. This method is deprecated. Use loader.exec_module() instead. zgthe load_module() method is deprecated and slated for removal in Python 3.12; use exec_module() instead) _warningswarnDeprecationWarningspec_from_loaderrmodules_exec_load)r-rmsgspecmodules r_load_module_shimr sa  3C NN3*+ Hd +D3;;X& dF{{8$$T{rct|dd}t|ddx}r t|S |j} |j}d|d|dS#t$rd}Y#wxYw#t$r|d|dcYSd|d|d cYSwxYw) z,The implementation of ModuleType.__repr__(). __loader__N__spec__? ()>)r_module_repr_from_specr r__file__)rloaderrrfilenames r _module_reprrs V\4 0Fvz400t0%d++6??$|155  5 >dXQ' 'dXRz4 4 5s( A A AAA;/ A;:A;ceZdZdZdddddZdZdZedZejdZed Z ed Z e jd Z y) ModuleSpecaThe specification for a module, used for loading. A module's spec is the source for information about the module. For data associated with the module, including source, use the spec's loader. `name` is the absolute name of the module. `loader` is the loader to use when loading the module. `parent` is the name of the package the module is in. The parent is derived from the name. `is_package` determines if the module is considered a package or not. On modules this is reflected by the `__path__` attribute. `origin` is the specific location used by the loader from which to load the module, if that information is available. When filename is set, origin will match. `has_location` indicates that a spec's "origin" reflects a location. When this is True, `__file__` attribute of the module is set. `cached` is the location of the cached bytecode file, if any. It corresponds to the `__cached__` attribute. `submodule_search_locations` is the sequence of path entries to search when importing submodules. If set, is_package should be True--and False otherwise. Packages are simply modules that (may) have submodules. If a spec has a non-None value in `submodule_search_locations`, the import system will consider modules loaded from the spec as packages. Only finders (see importlib.abc.MetaPathFinder and importlib.abc.PathEntryFinder) should modify ModuleSpec instances. N)origin loader_state is_packagec|||_||_||_||_|rgnd|_g|_d|_d|_yNF)rrrrsubmodule_search_locations_uninitialized_submodules _set_fileattr_cached)r-rrrrrs rr0zModuleSpec.__init__WsD   (0:"')+&# rc<d|jd|jg}|j|jd|j|j|jd|j|j j ddj|dS)Nzname=zloader=zorigin=zsubmodule_search_locations=(z, ))rrrr4rr.r join)r-r[s rrzModuleSpec.__repr__ds }%'@A ;; " KK'$++1 2  * * 6 KK5d6U6U5VW X..))*!DIIdO+>rcr|j} |j|jk(xr{|j|jk(xr`|j|jk(xrE||jk(xr4|j|jk(xr|j |j k(S#t $r tcYSwxYwr)rrrrcached has_locationrNotImplemented)r-othersmsls r__eq__zModuleSpec.__eq__ls.. "II+<KK5<</<KK5<</<E<<<<KK5<</ < %%););;  =  "! ! "sBB$$B65B6c|jH|j<|jr0tttj |j|_|jSr)rrr_bootstrap_externalNotImplementedError _get_cachedrCs rrzModuleSpec.cachedxsJ << {{&4+=+=&.--2>>t{{K ||rc||_yr)r)r-rs rrzModuleSpec.cacheds  rcn|j|jjddS|jS)z The name of the module's parent..r~)rr rpartitionrCs rparentzModuleSpec.parents4  * * 299'',Q/ /99 rc|jSr)rrCs rrzModuleSpec.has_locations!!!rc$t||_yr)boolr)r-values rrzModuleSpec.has_locations!%[r) r r rr r0rrpropertyrsetterrrr rrrr2s"H04$  ? " ]]""))rrrrc4| t|dd}|sEt|dr9tttj}| |||S|rgnd}||||S|!t|dr |j |}nd}t||||S#t $rd}YwxYw) z5Return a module spec based on various loader methods.N_ORIGIN get_filename)r)rrrFr)rrrrspec_from_file_locationrrr)rrrrrsearchs rrrs ~D1 gfn5  &% %"5"M"M  *4? ?!t&tFBHJ J 6< ( "#..t4 J dF6j II  "!  "s&B BBc |j}||S|j}| |j} |j}|| t |dd}|s||} |j } t|j}t|||}|dn||k(|_ ||_ ||_ |S#t$rYwxYw#t$rYwxYw#t$rd}YwxYw#t$rd}Y~wxYw#t$rd}YywxYw)NrrF) rrr rrr __cached__list__path__rrrr)rrrrrlocationrrs r_spec_from_moduler s5  K ??D ~ &&F??~  VY5F(.F""*%)&//%:" dF6 2D"*"289KDDK&@D# KG          *%)"*sW B B/ B> CC B,+B,/ B;:B;> C  C  CC C.-C.Foverridec||s t|dd |j|_|s t|ddn|j}|X|j Lt tt j}|j|}|j |_ ||_d|_ ||_ |s t|dd |j|_ ||_|s t|dd|j  |j |_|j"rP|s t|dd |j$|_ |s t|dd |j& |j&|_|S|S#t$rY=wxYw#t$rYwxYw#t$rYwxYw#t$rYwxYw#t$rYwxYw#t$rYwxYw#t$rY|SwxYw)Nr r __package__rrr)rrr rrrrrNamespaceLoaderr*_pathrrrrrrrrrr)rrr rrs r_init_module_attrsrs GFJ5= "iiFO76<6> >..:&.--"5"E"E(00A#>> $ #'  &F 76=$7? !%F  76:t4<  * * 6 "&"A"A  wvz48@ "&++ wv|T:B{{&(, F% M6M   8           "  "  & Ms}EE#/E2F$FF>F. E E # E/.E/2 E>=E> F  F  FF F+*F+. F;:F;cd}t|jdr|jj|}n!t|jdr td|t |j }t |||S)z+Create a module based on the provided spec.N create_module exec_modulezBloaders that define exec_module() must also define create_module())rrrrrrrrrs rmodule_from_specr&soFt{{O,**40 m ,=> > ~TYY'tV$ Mrcx|jdn |j}|jY|j}|d|dSt6t |tj rd|dt |jdSd|d|dS|jrd|d|jdSd|jd|jdS)z&Return the repr to use for the module.rrrz (namespace) from rrr) rrrr isinstancerrrr)rrrs rrr7s))#3D {{ >dXQ' '  +6#6#F#FGdX%7V\\8J7K1M MdXRz4 4   dXVDKK?!< <dii]"T[[M< q%A"vz4(0 "FO M6M; 99 #[[__TYY/F%+CKK "           M sC%C3;EAE*(E93A%E E'&E'* E65E69 FFc|jSt|jds=t|jd}tj |t t |St|}d|_ |tj|j< |j#|j2td|j|jj|tjj!|j}|tj|j<t#d|j|jd|_|S# tj|j=#t$rYwxYwxYw#d|_wxYw)NrrTrrzimport {!r} # {!r}F)rrr rrrrr _initializingrrrrrrrJrEr)rrrs r_load_unlockedr"sH {{t{{M2"4;;/0144C NN3 .,T2 2 d #F D#!' DII {{"22:%&6TYYGG ''/+!' DII-tyy$++F" M!  KK *    #sJ3E<A E A'E< E9E*)E9* E63E95E66E99E<< Fcnt|j5t|cdddS#1swYyxYw)zReturn a new module object, loaded by the spec's loader. The module is not added to its parent. If a module is already in sys.modules, that existing module gets clobbered. N)rrr"rs rrrs- DII &$d#$$$s +4ceZdZdZdZed dZedZedZ ee dZ ee dZ ee d Z eeZy) BuiltinImporterzMeta path import for built-in modules. All methods are either class or static methods to avoid the need to instantiate the class. zbuilt-inNc^tj|rt|||jSy)Nr)r is_builtinrr)clsrpathtargets r find_speczBuiltinImporter.find_specs$ ??8 $#Hc#++F Frc|jtjvr$t|jd|jt t j |S)zCreate a built-in modulerr)rrrrrrcreate_builtinr$s rrzBuiltinImporter.create_modulesK 99C44 4 -FG#'99. .()<)>499eL6~~1MENNH3MM1#x/C(F1CC/#e>HH>~~-=u~~=-%BT:DHD:vz222(2OV__h4OO2"6:6GG6vz222(2OV__h4OO2"6:6GG6$$$$$K&sK99 LLNc|rttddsy |j}||k7r |j dr |dd}|s|d}nd }|j d |}|r!tj||}||d }||fSd}tj||d }||fS#t$r!tjdk(rdndx}|_YwxYw) N _stdlib_dirr8win32\/rArErrK)r)rrrYrZrIr@s rrzFrozenImporter.load_modulesq#31)!5(& V T*  FO 6" rc,tj|S)z-Return the code object for the frozen module.)rr]r2s rr3zFrozenImporter.get_code%%h//rcy)z6Return None as frozen modules do not have source code.Nr r2s rr6zFrozenImporter.get_sourcer4rc,tj|S)z.Return True if the frozen module is a package.)rrBr2s rrzFrozenImporter.is_packagerbrrr8)r r rr rr9rKrCr,r;rrrrr3r6rr rrr;r;sGB%B%H  0:  $$ $0000rr;ceZdZdZdZdZy)_ImportLockContextz$Context manager for the import lock.c,tjy)zAcquire the import lock.N)rrrCs rrXz_ImportLockContext.__enter__ rc,tjy)z>#uqy )D 4y5NOO 7D#dV1TF --rctj}| td|stj dt |tj v}|D]q}t5 |j}||||} ddd1|s<|tj vr*tj |} |j} | |cS| cS|cSy#t$r YdddwxYw#1swYgxYw#t$r|cYcSwxYw)zFind a module's spec.Nz5sys.meta_path is None, Python is likely shutting downzsys.meta_path is empty) r meta_pathrrrrrrfr,rr) rr*r+ru is_reloadfinderr,rrrs r _find_specrxs I*+ + /?  #I  ! 5 5",, !tV4  5  !4T* (%H '# ' 36/"   5 5  5 5&  K  sBC C) C' C& C CCCC# & C65C6ct|tstdt||dkr t d|dkDr(t|ts td|s t d|s|dk(r t dyy)zVerify arguments are "sane".zmodule name must be str, not r~zlevel must be >= 0z__package__ not set to a stringz6attempted relative import with no known parent packagezEmpty module nameN)rstr TypeErrorr ValueErrorrrrorps r _sanity_checkr~s dC 7T |DEE qy-.. qy'3'=> >() ) EQJ,--4rzNo module named z{!r}cVd}|jdd}d}|r|tjvr t|||tjvrtj|Stj|} |j}|j}|jdd}t||}|tt |||r|jj t|} |r|jj |r#tj|} t|| | S| S#t $rt |d|d}t||dwxYw#|r|jjwwxYw#t $r&d|d}tj!|t"Y| SwxYw) Nrr~z; z is not a packagerzCannot set an attribute on z for child module )rrrrrr_ERR_MSG_PREFIXModuleNotFoundErrorrrxrr4r"rErrrr) rimport_r*r parent_spec parent_modulerchildrrs r_find_and_load_unlockedrs D __S !! $FK  $ %gv 6 3;; ;;t$ $ F+  @ ))D$,, $Q' dD !D |!_$5dX">TJJ   1 1 8 8 ? <#D)F5599;  F+  / M5& 1 M6M5 @$%dXRz9JKC%c54 ? @ 5599; //z9KE9UC NN3 . M /s*2 D. E E9.&EE69+F('F(ctjj|t}|tust t |ddddrat |5tjj|t}|turt ||cdddS dddt||d|d}t|||S#1swY+xYw)zFind and load the module.rNr!Fz import of z halted; None in sys.modulesr) rrrM_NEEDS_LOADINGrrrrr)rrrrs r_find_and_loadrEs [[__T> 2F.  D1?EJ  % >[[__T>:F'.tW= > >' > D! ~tf$@A!'55 M > >s 8B==Cc`t||||dkDr t|||}t|tS)a2Import and return the module based on its name, the package the call is being made from, and the level adjustment. This function represents the greatest common denominator of functionality between import_module and __import__. This includes setting __package__ if the loader did not. r~)r~rsr _gcd_importr}s rrr_s2$' qyT7E2 $ ,,r recursivec |D]}t|ts8|r|jdz}nd}td|dt |j|dk(r*|rSt |ds`t ||j|dzt ||r|jd |} t|||S#t$r>}|j|k(r)tjj|tYd }~d }~wwxYw) zFigure out what __import__ should return. The import_ parameter is a callable which takes the name of module to import. It is required to decouple the function from assuming importlib's import implementation is desired. z.__all__z ``from list''zItem in z must be str, not *__all__TrrN)rrzr r{rr_handle_fromlistrrrrrrrMr)rfromlistrrxwhere from_nameexcs rrrns!S!*4'hug.##'7#3#3"467 7 #X!; +/1#!??+1QC0I )'9=0 M' HH )KKOOI~>J s B,, C353C.-C..C3c\|jd}|jd}|@|<||jk7r-tjd|d|jdtd|S| |jStjdt d|d }d |vr|j d d }|S) zCalculate what __package__ should be. __package__ is not guaranteed to be defined or could be set to None to represent that its proper value is unknown. rrz __package__ != __spec__.parent (z != r) stacklevelzYcan't resolve package from __spec__ or __package__, falling back on __name__ and __path__r rrr~)rMrrrrrr)globalsrors r_calc___package__rskk-(G ;;z "D  4;; 6 NN&kdkk_A?-!  = {{?$  4*% W $((-a0G Nrc|dk(r t|}n||ni}t|}t|||}|s|dk(rt|jddS|s|St|t|jddz }tj |j dt|j |z St|drt||tS|S)aImport a module. The 'globals' argument is used to infer where the import is occurring from to handle relative imports. The 'locals' argument is ignored. The 'fromlist' argument specifies what should exist as attributes on the module being imported (e.g. ``from module import ``). The 'level' argument represents the package location to import from in a relative import (e.g. ``from ..pkg import mod`` would have a 'level' of 2). r~Nrr) rr partitionrrrr rr) rrlocalsrrprglobals_rocut_offs r __import__rs zT"%17r#H-T7E2  A:t~~c2156 6M$i#dnnS&9!&<"==G;;v/LFOO0DW0LMN N  $+>> rcbtj|}|td|zt|S)Nzno built-in module named )r&r,rr")rrs r_builtin_from_namers3  $ $T *D |5<== $ rc,|a|att}tjj D]z\}}t ||s|tj vrt}ntj|rt}nIt||}t|||tusj|j||tjt}dD]@}|tjvr t|} ntj|} t||| Bt!ay)zSetup importlib by importing needed built-in modules and injecting them into the global namespace. As sys is needed for sys.modules access and _imp is needed to load built-in modules, those two modules must be explicitly passed in. )rnrr5N)rrrritemsrrr&rr;r rrKr rrr#rV) sys_module _imp_module module_typerrrr self_module builtin_namebuiltin_modules r_setuprs D Cs)K ))+ . f fk *s///(%'$VV4D tV ,'%%f- .++h'K<; s{{ */ =N [[6N \>: ;()Lrct||tjjttjjt y)z0Install importers for builtin and frozen modulesN)rrrur4r&r;)rrs r_installrs0 :{#MM)MM(rc\ddl}|a|jtjt y)z9Install importers that require external filesystem accessr~N)_frozen_importlib_externalrrrrr )rs r_install_external_importersr s$&4'' H(=>rr8rr)NNr r~):r r rnrr5rrrrrr#rrVrQrr_rfrlrrrrrrrrrrrrr rrrrrr"rr&r;rfrsrxr~r_ERR_MSGrobjectrrrrrrrrrrr rrrs,&   & D II\  **, \ (V`;`;F@@*   "J"016%$&6*a)a)H.2dJ:'T27FR"=,<"H)Z $1111h~0~0F  .*Z . % V #'T4 ->C"J6"J %*P)?r