/
lib64
/
python3.9
/
site-packages
/
mercurial
/
__pycache__
/
Upload File
HOME
a �+�b�? � @ sD d dl mZ d dlZd dlZd dlZd dlZd dlZd dlZzd dlZej W n e yl ddlmZ Y n0 ddl mZ ddlmZmZmZmZmZ dd� Zd d � Zejr�dd� ZG d d� de�Zndd� Zdd� Zejs�ejr�dZejZndZdZd!dd�Zd"dd�Z dd� Z!dd� Z"dd� Z#ej�r0e#Z$ne!Z$e"Z%dd � Z&dS )#� )�absolute_importN� )� selectors2)�_)�encoding�error�pycompat�scmutil�utilc C st z t t�d��} | dkr| W S W n ttfy6 Y n0 z t tjd �} | dkrV| W S W n ttfyn Y n0 dS )z-try to count the number of CPUs on the system�SC_NPROCESSORS_ONLNr s NUMBER_OF_PROCESSORSr )�int�os�sysconf�AttributeError� ValueErrorr �environ�KeyError)�n� r �6/usr/lib64/python3.9/site-packages/mercurial/worker.py� countcpus"