Skip to content

Commit

Permalink
Made constants IS_ARM_CPU and IS_INTEL_CPU public.
Browse files Browse the repository at this point in the history
  • Loading branch information
BuvinJ committed Feb 11, 2021
1 parent b2fe4a5 commit 4d52ffe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions distbuilder/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,8 @@
, BIT_CONTEXT \
, IS_32_BIT_CONTEXT \
, IS_64_BIT_CONTEXT \
, IS_ARM_CPU \
, IS_INTEL_CPU \
, THIS_DIR \
, CURRENT_USER, ALL_USERS \
, DEBUG_ENV_VAR_NAME, DEBUG_ENV_VAR_VALUE \
Expand Down
4 changes: 3 additions & 1 deletion docs/LowLevel.md
Original file line number Diff line number Diff line change
Expand Up @@ -1860,10 +1860,12 @@ If not enabled, the password input prompt will work via a terminal interface.
PY2
PY3

<Python build context - NOT TARGET RUNTIME context!>
BIT_CONTEXT
IS_32_BIT_CONTEXT
IS_64_BIT_CONTEXT

IS_ARM_CPU
IS_INTEL_CPU

THIS_DIR

Expand Down

0 comments on commit 4d52ffe

Please sign in to comment.