Skip to content

Commit

Permalink
pythongh-105091: stable_abi.py: Remove "Unixy" check from --all on ot…
Browse files Browse the repository at this point in the history
…her platforms (pythonGH-105092)

(cherry picked from commit 0656d23)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
  • Loading branch information
encukou authored and miss-islington committed May 31, 2023
1 parent e3fcd9e commit 56ec4a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tools/build/stable_abi.py
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,8 @@ def main():

if args.all:
run_all_generators = True
args.unixy_check = True
if UNIXY:
args.unixy_check = True

try:
file = args.file.open('rb')
Expand Down

0 comments on commit 56ec4a7

Please sign in to comment.