[3.12] gh-105091: stable_abi.py: Remove "Unixy" check from --all on other platforms (GH-105092) (GH-105133)

gh-105091: stable_abi.py: Remove "Unixy" check from --all on other platforms (GH-105092)
(cherry picked from commit 0656d23d82)

Co-authored-by: Petr Viktorin <encukou@gmail.com>
This commit is contained in:
Miss Islington (bot) 2023-05-31 00:48:28 -07:00 committed by GitHub
parent e3fcd9e4fa
commit 4729100239
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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')