Buckets:
| // PY_TIMEOUT_MAX is the highest usable value (in microseconds) of PY_TIMEOUT_T | |
| // type, and depends on the system threading API. | |
| // | |
| // NOTE: this isn't the same value as `_thread.TIMEOUT_MAX`. The _thread module | |
| // exposes a higher-level API, with timeouts expressed in seconds and | |
| // floating-point numbers allowed. | |
| PyAPI_DATA(const long long) PY_TIMEOUT_MAX; | |
| /* Darwin needs pthread.h to know type name the pthread_key_t. */ | |
| /* In Windows, native TSS key type is DWORD, | |
| but hardcode the unsigned long to avoid errors for include directive. | |
| */ | |
| /* When Py_LIMITED_API is not defined, the type layout of Py_tss_t is | |
| exposed to allow static allocation in the API clients. Even in this case, | |
| you must handle TSS keys through API functions due to compatibility. | |
| */ | |
| struct _Py_tss_t { | |
| int _is_initialized; | |
| NATIVE_TSS_KEY_T _key; | |
| }; | |
| /* When static allocation, you must initialize with Py_tss_NEEDS_INIT. */ | |
Xet Storage Details
- Size:
- 1.51 kB
- Xet hash:
- ed57b39f35752bae7a1b87b8df768fbf5ee74ad445d20f3278032df4a2b9d89e
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.