Server : LiteSpeed
System : Linux server51.dnsbootclub.com 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
User : nandedex ( 1060)
PHP Version : 8.1.33
Disable Function : NONE
Directory :  /opt/cppython/lib/python3.8/site-packages/s3transfer/__pycache__/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]


Current File : //opt/cppython/lib/python3.8/site-packages/s3transfer/__pycache__/futures.cpython-38.pyc
U

P��gBS�@sNddlZddlZddlZddlZddlmZddlmZddlm	Z	ddl
mZmZddl
mZmZzddlmZWnek
r�dd	�ZYnXe�e�ZGd
d�d�ZGdd
�d
�ZGdd�de�ZGdd�de�ZGdd�d�ZGdd�d�ZGdd�d�ZGdd�d�ZGdd�de�ZGdd�d�Zeddg�Z e d �Z!e d!�Z"dS)"�N)�
namedtuple)�futures)�MAXINT)�CancelledError�TransferNotDoneError)�FunctionContainer�
TaskSemaphore)�get_contextcCsdS�N�rrr�?/opt/cppython/lib/python3.8/site-packages/s3transfer/futures.pyr	sr	c@s0eZdZedd��Zdd�Zdd�Zdd�Zd	S)
�BaseTransferFuturecCstd��dS)z-The metadata associated to the TransferFuture�metaN��NotImplementedError��selfrrrr$szBaseTransferFuture.metacCstd��dS)zmDetermines if a TransferFuture has completed

        :returns: True if completed. False, otherwise.
        zdone()Nrrrrr�done)szBaseTransferFuture.donecCstd��dS)��Waits until TransferFuture is done and returns the result

        If the TransferFuture succeeded, it will return the result. If the
        TransferFuture failed, it will raise the exception associated to the
        failure.
        zresult()Nrrrrr�result0szBaseTransferFuture.resultcCstd��dS)z6Cancels the request associated with the TransferFuturezcancel()Nrrrrr�cancel9szBaseTransferFuture.cancelN)�__name__�
__module__�__qualname__�propertyrrrrrrrrr
#s

	r
c@s0eZdZedd��Zedd��Zedd��ZdS)�BaseTransferMetacCstd��dS)�*The call args used in the transfer request�	call_argsNrrrrrr?szBaseTransferMeta.call_argscCstd��dS)�The unique id of the transfer�transfer_idNrrrrrrDszBaseTransferMeta.transfer_idcCstd��dS)�.A dictionary that requesters can store data in�user_contextNrrrrrr!IszBaseTransferMeta.user_contextN)rrrrrrr!rrrrr>s

rc@sBeZdZddd�Zedd��Zdd�Zdd	�Zd
d�Zdd
�Z	dS)�TransferFutureNcCs0||_|dkrt�|_||_|dkr,t�|_dS)a�The future associated to a submitted transfer request

        :type meta: TransferMeta
        :param meta: The metadata associated to the request. This object
            is visible to the requester.

        :type coordinator: TransferCoordinator
        :param coordinator: The coordinator associated to the request. This
            object is not visible to the requester.
        N)�_meta�TransferMeta�_coordinator�TransferCoordinator)rrZcoordinatorrrr�__init__PszTransferFuture.__init__cCs|jSr
)r#rrrrrcszTransferFuture.metacCs
|j��Sr
)r%rrrrrrgszTransferFuture.donec
Cs@z|j��WStk
r:}z|��|�W5d}~XYnXdSr
)r%r�KeyboardInterruptr)r�errrrjs
zTransferFuture.resultcCs|j��dSr
)r%rrrrrrtszTransferFuture.cancelcCs$|��std��|jj|dd�dS)z!Sets the exception on the future.z?set_exception can only be called once the transfer is complete.T)�overrideN)rrr%�
set_exception)r�	exceptionrrrr+ws
�zTransferFuture.set_exception)NN)
rrrr'rrrrrr+rrrrr"Os


r"c@sReZdZdZddd�Zedd��Zedd��Zed	d
��Zedd��Z	d
d�Z
dS)r$z'Holds metadata about the TransferFutureNcCs||_||_d|_i|_dSr
)�
_call_args�_transfer_id�_size�
_user_context)rrrrrrr'�szTransferMeta.__init__cCs|jS)r)r-rrrrr�szTransferMeta.call_argscCs|jS)r)r.rrrrr�szTransferMeta.transfer_idcCs|jS)z)The size of the transfer request if known�r/rrrr�size�szTransferMeta.sizecCs|jS)r )r0rrrrr!�szTransferMeta.user_contextcCs
||_dS)z�A method to provide the size of a transfer request

        By providing this value, the TransferManager will not try to
        call HeadObject or use the use OS to determine the size of the
        transfer.
        Nr1)rr2rrr�provide_transfer_size�sz"TransferMeta.provide_transfer_size)NN)rrr�__doc__r'rrrr2r!r3rrrrr$�s




r$c@s�eZdZdZd5dd�Zdd�Zedd��Zed	d
��Zedd��Z	ed
d��Z
dd�Zd6dd�Zdd�Z
defdd�Zdd�Zdd�Zdd�Zd7dd �Zd!d"�Zd#d$�Zd%d&�Zd'd(�Zd)d*�Zd+d,�Zd-d.�Zd/d0�Zd1d2�Zd3d4�ZdS)8r&z*A helper class for managing TransferFutureNcCsb||_d|_d|_d|_t�|_g|_g|_t�	�|_
t��|_t��|_
t��|_t��|_dS)N�not-started)r�_status�_result�
_exception�set�_associated_futures�_failure_cleanups�_done_callbacks�	threading�Event�_done_event�Lock�_lock�_associated_futures_lock�_done_callbacks_lock�_failure_cleanups_lock)rrrrrr'�s



zTransferCoordinator.__init__cCs|jj�d|j�d�S)Nz
(transfer_id=�))�	__class__rrrrrr�__repr__�szTransferCoordinator.__repr__cCs|jSr
)r8rrrrr,�szTransferCoordinator.exceptionc
Cs*|j�t�|j�W5QR�SQRXdS)z�The list of futures associated to the inprogress TransferFuture

        Once the transfer finishes this list becomes empty as the transfer
        is considered done and there should be no running futures left.
        N)rB�copyr:rrrr�associated_futures�sz&TransferCoordinator.associated_futurescCs|jS)z;The list of callbacks to call when the TransferFuture fails)r;rrrr�failure_cleanups�sz$TransferCoordinator.failure_cleanupscCs|jS)a�The status of the TransferFuture

        The currently supported states are:
            * not-started - Has yet to start. If in this state, a transfer
              can be canceled immediately and nothing will happen.
            * queued - SubmissionTask is about to submit tasks
            * running - Is inprogress. In-progress as of now means that
              the SubmissionTask that runs the transfer is being executed. So
              there is no guarantee any transfer requests had been made to
              S3 if this state is reached.
            * cancelled - Was cancelled
            * failed - An exception other than CancelledError was thrown
            * success - No exceptions were thrown and is done.
        )r6rrrr�status�szTransferCoordinator.statusc	Cs(|j�d|_||_d|_W5QRXdS)a�Set a result for the TransferFuture

        Implies that the TransferFuture succeeded. This will always set a
        result because it is invoked on the final task where there is only
        ever one final task and it is ran at the very end of a transfer
        process. So if a result is being set for this final task, the transfer
        succeeded even if something came a long and canceled the transfer
        on the final task.
        N�success)rAr8r7r6�rrrrr�
set_result�s
zTransferCoordinator.set_resultFc	Cs.|j�|��r|r ||_d|_W5QRXdS)z�Set an exception for the TransferFuture

        Implies the TransferFuture failed.

        :param exception: The exception that cause the transfer to fail.
        :param override: If True, override any existing state.
        �failedN)rArr8r6)rr,r*rrrr+�sz!TransferCoordinator.set_exceptioncCs|j�t�|jr|j�|jS)r)r?�waitrr8r7rrrrrszTransferCoordinator.result�c	CsZ|j�J|��sLd}t�d||�||�|_|jdkr:d}d|_|rL|��W5QRXdS)z�Cancels the TransferFuture

        :param msg: The message to attach to the cancellation
        :param exc_type: The type of exception to set for the cancellation
        Fz%s cancel(%s) calledr5T�	cancelledN)rAr�logger�debugr8r6�
announce_done)r�msg�exc_typeZshould_announce_donerrrrs

zTransferCoordinator.cancelcCs|�d�dS)z+Sets the TransferFutrue's status to runningZqueuedN��_transition_to_non_done_staterrrr�set_status_to_queued$sz(TransferCoordinator.set_status_to_queuedcCs|�d�dS)z+Sets the TransferFuture's status to running�runningNrXrrrr�set_status_to_running(sz)TransferCoordinator.set_status_to_runningc	Cs<|j�,|��r(td|j�d|�d���||_W5QRXdS)Nz%Unable to transition from done state z to non-done state �.)rAr�RuntimeErrorrKr6)rZ
desired_staterrrrY,s�z1TransferCoordinator._transition_to_non_done_statec	CsNt�d|�d|�d|j�d��|j||d�}|�|�|�t|j|��|S)a�Submits a task to a provided executor

        :type executor: s3transfer.futures.BoundedExecutor
        :param executor: The executor to submit the callable to

        :type task: s3transfer.tasks.Task
        :param task: The task to submit to the executor

        :type tag: s3transfer.futures.TaskTag
        :param tag: A tag to associate to the submitted task

        :rtype: concurrent.futures.Future
        :returns: A future representing the submitted task
        zSubmitting task z
 to executor z for transfer request: r])�tag)rSrTr�submit�add_associated_future�add_done_callbackr�remove_associated_future)r�executor�taskr_�futurerrrr`5s�

�zTransferCoordinator.submitcCs
|jdkS)z�Determines if a TransferFuture has completed

        :returns: False if status is equal to 'failed', 'cancelled', or
            'success'. True, otherwise
        )rOrRrL)rKrrrrrPszTransferCoordinator.donec	Cs"|j�|j�|�W5QRXdS)z6Adds a future to be associated with the TransferFutureN)rBr:�add�rrfrrrraXsz)TransferCoordinator.add_associated_futurec	Cs"|j�|j�|�W5QRXdS)z4Removes a future's association to the TransferFutureN)rBr:�removerhrrrrc]sz,TransferCoordinator.remove_associated_futurec	Os.|j�|j�t|f|�|��W5QRXdS)z7Add a done callback to be invoked when transfer is doneN)rCr<�appendr�r�function�args�kwargsrrrrbbs�z%TransferCoordinator.add_done_callbackc	Os.|j�|j�t|f|�|��W5QRXdS)z$Adds a callback to call upon failureN)rDr;rjrrkrrr�add_failure_cleanupis�z'TransferCoordinator.add_failure_cleanupcCs(|jdkr|��|j��|��dS)aMAnnounce that future is done running and run associated callbacks

        This will run any failure cleanups if the transfer failed if not
        they have not been run, allows the result() to be unblocked, and will
        run any done callbacks associated to the TransferFuture if they have
        not already been ran.
        rLN)rK�_run_failure_cleanupsr?r9�_run_done_callbacksrrrrrUps

z!TransferCoordinator.announce_donec	Cs(|j�|�|j�g|_W5QRXdSr
)rC�_run_callbacksr<rrrrrq}sz'TransferCoordinator._run_done_callbacksc	Cs(|j�|�|j�g|_W5QRXdSr
)rDrrrJr;rrrrrp�sz)TransferCoordinator._run_failure_cleanupscCs|D]}|�|�qdSr
)�
_run_callback)r�	callbacks�callbackrrrrr�sz"TransferCoordinator._run_callbackscCs:z
|�Wn*tk
r4tjd|�d�dd�YnXdS)NzException raised in r]T)�exc_info)�	ExceptionrSrT)rrurrrrs�s
z!TransferCoordinator._run_callback)N)F)N)rrrr4r'rGrr,rIrJrKrNr+rrrrZr\rYr`rrarcrbrorUrqrprrrsrrrrr&�s:






	

r&c@s0eZdZejZd	dd�Zd
dd�Zddd�ZdS)�BoundedExecutorNcCs6||_|dkr|j}||jd�|_t|�|_||_dS)aFAn executor implementation that has a maximum queued up tasks

        The executor will block if the number of tasks that have been
        submitted and is currently working on is past its maximum.

        :params max_size: The maximum number of inflight futures. An inflight
            future means that the task is either queued up or is currently
            being executed. A size of None or 0 means that the executor will
            have no bound in terms of the number of inflight futures.

        :params max_num_threads: The maximum number of threads the executor
            uses.

        :type tag_semaphores: dict
        :params tag_semaphores: A dictionary where the key is the name of the
            tag and the value is the semaphore to use when limiting the
            number of tasks the executor is processing at a time.

        :type executor_cls: BaseExecutor
        :param underlying_executor_cls: The executor class that
            get bounded by this executor. If None is provided, the
            concurrent.futures.ThreadPoolExecutor class is used.
        N)�max_workers)Z_max_num_threads�EXECUTOR_CLS�	_executorr�
_semaphore�_tag_semaphores)r�max_sizeZmax_num_threadsZtag_semaphoresZexecutor_clsrrrr'�s
zBoundedExecutor.__init__TcCsT|j}|r|j|}|�|j|�}t|j|j|�}t|j�|t	���}|�
|�|S)a1Submit a task to complete

        :type task: s3transfer.tasks.Task
        :param task: The task to run __call__ on


        :type tag: s3transfer.futures.TaskTag
        :param tag: An optional tag to associate to the task. This
            is used to override which semaphore to use.

        :type block: boolean
        :param block: True if to wait till it is possible to submit a task.
            False, if not to wait and raise an error if not able to submit
            a task.

        :returns: The future associated to the submitted task
        )r|r}�acquirerr�release�ExecutorFuturer{r`r	rb)rrer_�blockZ	semaphoreZ
acquire_tokenZrelease_callbackrfrrrr`�s
�
zBoundedExecutor.submitcCs|j�|�dSr
)r{�shutdown�rrPrrrr��szBoundedExecutor.shutdown)NN)NT)T)	rrrrZThreadPoolExecutorrzr'r`r�rrrrrx�s�
!
(rxc@s,eZdZdd�Zdd�Zdd�Zdd�Zd	S)
r�cCs
||_dS)a�A future returned from the executor

        Currently, it is just a wrapper around a concurrent.futures.Future.
        However, this can eventually grow to implement the needed functionality
        of concurrent.futures.Future if we move off of the library and not
        affect the rest of the codebase.

        :type future: concurrent.futures.Future
        :param future: The underlying future
        N)�_futurerhrrrr'�szExecutorFuture.__init__cCs
|j��Sr
)r�rrrrrr�szExecutorFuture.resultcs�fdd�}|j�|�dS)aAdds a callback to be completed once future is done

        :param fn: A callable that takes no arguments. Note that is different
            than concurrent.futures.Future.add_done_callback that requires
            a single argument for the future.
        cs��Sr
r)Zfuture_passed_to_callback��fnrr�
done_callbacksz7ExecutorFuture.add_done_callback.<locals>.done_callbackN)r�rb)rr�r�rr�rrb�sz ExecutorFuture.add_done_callbackcCs
|j��Sr
)r�rrrrrrszExecutorFuture.doneN)rrrr'rrbrrrrrr��s
r�c@s,eZdZdZd
dd�Zdd�Zddd	�ZdS)�BaseExecutorzABase Executor class implementation needed to work with s3transferNcCsdSr
r)rryrrrr'szBaseExecutor.__init__cOstd��dS)Nzsubmit()r)rr�rmrnrrrr`szBaseExecutor.submitTcCstd��dS)Nz
shutdown()rr�rrrr�szBaseExecutor.shutdown)N)T)rrrr4r'r`r�rrrrr�s
r�c@s"eZdZdZdd�Zddd�ZdS)	�NonThreadedExecutorz@A drop-in replacement non-threaded version of ThreadPoolExecutorc	Osht�}z|||�}|�|�WnDtk
rbt��dd�\}}t�d|||�|�||�YnX|S)N�z0Setting exception for %s to %s with traceback %s)�NonThreadedExecutorFuturerNrw�sysrvrSrT�set_exception_info)rr�rmrnrfrr)�tbrrrr`s
�zNonThreadedExecutor.submitTcCsdSr
rr�rrrr�/szNonThreadedExecutor.shutdownN)T)rrrr4r`r�rrrrr�sr�c@sReZdZdZdd�Zdd�Zdd�Zdd	d
�Zdd�Zd
d�Z	dd�Z
dd�ZdS)r�z�The Future returned from NonThreadedExecutor

    Note that this future is **not** thread-safe as it is being used
    from the context of a non-threaded environment.
    cCs"d|_d|_d|_d|_g|_dS)NF)r7r8�
_traceback�_doner<rrrrr':s
z"NonThreadedExecutorFuture.__init__cCs||_|��dSr
)r7�	_set_donerMrrrrNAsz$NonThreadedExecutorFuture.set_resultcCs||_||_|��dSr
)r8r�r�)rr,�	tracebackrrrr�Esz,NonThreadedExecutorFuture.set_exception_infoNcCs|jr|j�|j��|jSr
)r8�with_tracebackr�r7)r�timeoutrrrrJsz NonThreadedExecutorFuture.resultcCs&d|_|jD]}|�|�qg|_dS)NT)r�r<�_invoke_done_callback�rr�rrrr�Os
z#NonThreadedExecutorFuture._set_donecCs||�Sr
rr�rrrr�Usz/NonThreadedExecutorFuture._invoke_done_callbackcCs|jSr
)r�rrrrrXszNonThreadedExecutorFuture.donecCs"|jr|�|�n|j�|�dSr
)r�r�r<rj)rr�rrrrb[sz+NonThreadedExecutorFuture.add_done_callback)N)rrrr4r'rNr�rr�r�rrbrrrrr�3s
r��TaskTag�nameZin_memory_uploadZin_memory_download)#rH�loggingr�r=�collectionsrZ
concurrentrZs3transfer.compatrZs3transfer.exceptionsrrZs3transfer.utilsrrZbotocore.contextr	�ImportError�	getLoggerrrSr
rr"r$r&rxr�r�r�r�r�ZIN_MEMORY_UPLOAD_TAGZIN_MEMORY_DOWNLOAD_TAGrrrr�<module>
s6
2'sP%
/

F1le Man4ger