Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4729100

Browse filesBrowse files
[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 0656d23) Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent e3fcd9e commit 4729100
Copy full SHA for 4729100

File tree

Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-1
lines changed

‎Tools/build/stable_abi.py

Copy file name to clipboardExpand all lines: Tools/build/stable_abi.py
+2-1Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -684,7 +684,8 @@ def main():
684684

685685
if args.all:
686686
run_all_generators = True
687-
args.unixy_check = True
687+
if UNIXY:
688+
args.unixy_check = True
688689

689690
try:
690691
file = args.file.open('rb')

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.