This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: `--with-suffix` not respected on case-insensitive file systems
Type: behavior Stage: resolved
Components: Build Versions: Python 3.11
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: brett.cannon Nosy List: brett.cannon
Priority: normal Keywords: patch

Created on 2022-02-26 00:18 by brett.cannon, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 31593 merged brett.cannon, 2022-02-26 00:20
Messages (2)
msg414051 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2022-02-26 00:18
If you use `--with-suffix` on a case-insensitive file system it is ultimately ignored and forced to `.exe`.

PR incoming.
msg414389 - (view) Author: Brett Cannon (brett.cannon) * (Python committer) Date: 2022-03-02 22:24
New changeset 50ec3453c50c490eca7e990103c79671bd08ab2e by Brett Cannon in branch 'main':
bpo-46860: Respect `--with-suffix` on case-insensitive file systems (GH-31593)
https://github.com/python/cpython/commit/50ec3453c50c490eca7e990103c79671bd08ab2e
History
Date User Action Args
2022-04-11 14:59:56adminsetgithub: 91016
2022-03-04 22:56:36brett.cannonsetstatus: open -> closed
resolution: fixed
stage: patch review -> resolved
2022-03-02 22:31:33brett.cannonsetversions: + Python 3.11
2022-03-02 22:24:17brett.cannonsetmessages: + msg414389
2022-02-26 00:20:46brett.cannonsetkeywords: + patch
stage: patch review
pull_requests: + pull_request29716
2022-02-26 00:18:02brett.cannoncreate