mirror of
https://github.com/python/cpython.git
synced 2026-01-06 07:22:09 +00:00
[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:
parent
e3fcd9e4fa
commit
4729100239
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