| Server IP : 159.223.102.202 / Your IP : 216.73.217.92 Web Server : nginx/1.26.0 System : Linux Gen1-cloudpanel2ubuntu2404-1vcpu-1gb-nyc1-01 6.8.0-31-generic #31-Ubuntu SMP PREEMPT_DYNAMIC Sat Apr 20 00:40:06 UTC 2024 x86_64 User : albasshbotta ( 1021) PHP Version : 8.2.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /lib/python3/dist-packages/apport/__pycache__/ |
Upload File : |
�
�!f� � �B � d Z ddlZddlZ G d� dej � Zy)zIEnhanced Thread with support for return values and exception propagation.� Nc �0 � e Zd ZdZdd�Zd� Zd� Zd� Zd� Zy) �REThreadz4Thread with return values and exception propagation.Nc � � |�i }t j j | |||||� || _ || _ || _ d| _ d| _ y)z<Initialize Thread, identical to threading.Thread.__init__().N)� threading�Thread�__init__�_REThread__target�_REThread__args�_REThread__kwargs�_retval�
_exception)�self�group�target�name�args�kwargss �1/usr/lib/python3/dist-packages/apport/REThread.pyr zREThread.__init__ sM � ��>��F����!�!�$��v�t�T�6�J���
������
������� c �� � | j r- | j | j i | j ��| _ yy# t $ r$ t
rt j � | _ Y yY yw xY w)z9Run target function, identical to threading.Thread.run().N)r r
r r �
BaseException�sys�exc_infor
�r s r �runzREThread.run"