pycore_long.h
Consts
PY_INT_DEFAULT_MAX_STR_DIGITS {.intdefine: "PY_LONG_DEFAULT_MAX_STR_DIGITS".} = 4300
- _PY_LONG_DEFAULT_MAX_STR_DIGITS set as default of config->int_max_str_digits Source Edit
PY_INT_MAX_STR_DIGITS_THRESHOLD {.intdefine: "PY_LONG_MAX_STR_DIGITS_THRESHOLD".} = 640
- _PY_LONG_MAX_STR_DIGITS_THRESHOLD Source Edit
Procs
proc MAX_STR_DIGITS_errMsg_to_int(cfg_max, d: int): string {....raises: [], tags: [], forbids: [].}
- Source Edit
proc MAX_STR_DIGITS_errMsg_to_str(cfg_max: int): string {....raises: [], tags: [], forbids: [].}
- Source Edit
proc PyInterpreterState_GET_long_state(): var Py_long_state {.inline, ...raises: [], tags: [], forbids: [].}
- Source Edit