Skip to content

Commit

Permalink
[3.12] pythongh-105091: stable_abi.py: Remove "Unixy" check from --al…
Browse files Browse the repository at this point in the history
…l on other platforms (pythonGH-105092) (pythonGH-105133)

pythongh-105091: stable_abi.py: Remove "Unixy" check from --all on other platforms (pythonGH-105092)
(cherry picked from commit 0656d23)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
  • Loading branch information
miss-islington and encukou authored May 31, 2023
1 parent e3fcd9e commit 4729100
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 4729100

Please sign in to comment.