← 返回首页
bpo-45723: Remove obsolete AC_EXEEXT from configure.ac by erlend-aasland · Pull Request #29486 · python/cpython · GitHub
Skip to content

Navigation Menu

Toggle navigation
Sign in
Appearance settings
Search or jump to...

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

Provide feedback

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

Include my email address so I can be contacted

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
Resetting focus

bpo-45723: Remove obsolete AC_EXEEXT from configure.ac#29486

Merged
miss-islington merged 1 commit into
python:mainfrom
erlend-aasland:ac-obsolete-exeext
Nov 9, 2021
Merged

bpo-45723: Remove obsolete AC_EXEEXT from configure.ac#29486
miss-islington merged 1 commit into
python:mainfrom
erlend-aasland:ac-obsolete-exeext

Conversation

erlend-aasland commented Nov 9, 2021
edited by miss-islington
Loading

Copy link
Copy Markdown
Contributor

From the autoconf docs Obsolete Macros section:

Defined the output variable EXEEXT based on the output of the compiler, which is now done automatically. Typically set to empty string if Posix and ‘.exe’ if a DOS variant.

https://bugs.python.org/issue45723

Automerge-Triggered-By: GH:tiran

Defined the output variable EXEEXT based on the output of the compiler, which is now done automatically. Typically set to empty string if Posix and ‘.exe’ if a DOS variant.

tiran left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality Hide comment

thx, LGTM

miss-islington merged commit 1855336 into python:main Nov 9, 2021
erlend-aasland deleted the ac-obsolete-exeext branch November 9, 2021 17:23
thatbirdguythatuknownot added a commit to thatbirdguythatuknownot/cpython that referenced this pull request Nov 9, 2021
thatbirdguythatuknownot added a commit to thatbirdguythatuknownot/cpython that referenced this pull request Nov 9, 2021
remykarem pushed a commit to remykarem/cpython that referenced this pull request Dec 7, 2021
From the autoconf docs *Obsolete Macros* section: Defined the output variable EXEEXT based on the output of the compiler, which is now done automatically. Typically set to empty string if Posix and ‘.exe’ if a DOS variant.
remykarem pushed a commit to remykarem/cpython that referenced this pull request Jan 30, 2022
From the autoconf docs *Obsolete Macros* section: Defined the output variable EXEEXT based on the output of the compiler, which is now done automatically. Typically set to empty string if Posix and ‘.exe’ if a DOS variant.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

Footer

© 2026 GitHub, Inc.