mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
gh-105091: stable_abi.py: Remove "Unixy" check from --all on other platforms (GH-105092)
This commit is contained in:
parent
b7aadb4583
commit
0656d23d82
1 changed files with 2 additions and 1 deletions
|
|
@ -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')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue