<!DOCTYPE html>
<html lang="en">

<head>
    <meta charset="UTF-8">
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha1/dist/css/bootstrap.min.css" rel="stylesheet"
        integrity="sha384-GLhlTQ8iRABdZLl6O3oVMWSktQOp6b7In1Zl3/Jr59b6EGGoI1aFkw7cmDA6j6gD" crossorigin="anonymous">
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.3.0/css/all.min.css"
        integrity="sha512-SzlrxWUlpfuzQ+pcUCosxcglQRNAq/DZjVsC0lE40xsADsfeQoEypE+enwcOiGjk/bSuGGKHEyjSoQ1zVisanQ=="
        crossorigin="anonymous" referrerpolicy="no-referrer" />
</head>
</html>
a
    XC?hM  ã                   @   sB   d Z ddlmZ ddlmZ ddlmZ ddœdd„Zd	d
„ ZdS ))Úruné   )Ú
coroutines)Úevents)ÚtasksN)Údebugc                C   sV  t  ¡ d urtdƒ‚t | ¡s,td | ¡ƒ‚t  ¡ }zÊt  |¡ |d urR| 	|¡ | 
| ¡W z:t|ƒ | 
| ¡ ¡ | 
| ¡ ¡ W t  d ¡ | ¡  S t  d ¡ | ¡  0 S z:t|ƒ | 
| ¡ ¡ | 
| ¡ ¡ W t  d ¡ | ¡  nt  d ¡ | ¡  0 nRz:t|ƒ | 
| ¡ ¡ | 
| ¡ ¡ W t  d ¡ | ¡  nt  d ¡ | ¡  0 0 d S )Nz8asyncio.run() cannot be called from a running event loopz"a coroutine was expected, got {!r})r   Z_get_running_loopÚRuntimeErrorr   ZiscoroutineÚ
ValueErrorÚformatZnew_event_loopZset_event_loopZ	set_debugÚrun_until_completeÚ_cancel_all_tasksZshutdown_asyncgensZshutdown_default_executorÚclose)Úmainr   Úloop© r   ú4/opt/alt/python39/lib64/python3.9/asyncio/runners.pyr      sJ    ÿ





ÿ

ø

ÿ
ú

ÿ
r   c                 C   sv   t  | ¡}|sd S |D ]}| ¡  q|  t j|| ddœŽ¡ |D ]0}| ¡ rNq@| ¡ d ur@|  d| ¡ |dœ¡ q@d S )NT)r   Zreturn_exceptionsz1unhandled exception during asyncio.run() shutdown)ÚmessageÚ	exceptionÚtask)r   Z	all_tasksZcancelr
   Z_gatherZ	cancelledr   Zcall_exception_handler)r   Z	to_cancelr   r   r   r   r   7   s"    

ÿýr   )Ú__all__Ú r   r   r   r   r   r   r   r   r   Ú<module>   s
   /