관리-도구
편집 파일: atexit.cpython-38.opt-1.pyc
U ��\� � @ sd d dl mZ d dlZd dlZd dlZd dlmZ d dlmZ d dl m Z dd� Z G dd � d e �ZdS ) � )�absolute_importN)�Hub)�logger)�Integrationc C sH dd� }|d| � |d| � |dt jdkr2dp4d � tj�� d S ) z�This is the default shutdown callback that is set on the options. It prints out a message to stderr that informs the user that some events are still pending and the process is waiting for them to flush out. c S s t j�| d � d S )N� )�sys�stderr�write)�msg� r �O/opt/alt/python38/lib/python3.8/site-packages/sentry_sdk/integrations/atexit.py�echo s zdefault_callback.<locals>.echoz6Sentry is attempting to send %i pending error messageszWaiting up to %s secondszPress Ctrl-%s to quit�ntZBreak�CN)�os�namer r �flush)Zpending�timeoutr r r r �default_callback s r c @ s&