Bug 268502 - lang/python311: fix regression
Summary: lang/python311: fix regression
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: freebsd-python (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-12-21 17:29 UTC by Dmitry Marakasov
Modified: 2022-12-23 19:52 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (python)


Attachments
Patch (1.84 KB, patch)
2022-12-21 17:29 UTC, Dmitry Marakasov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dmitry Marakasov freebsd_committer freebsd_triage 2022-12-21 17:29:19 UTC
Created attachment 238959 [details]
Patch

Fix losing stdout of asyncio.subprocess spawned processes.

Upstream issue: https://github.com/python/cpython/issues/100133
Comment 1 Wen Heping freebsd_committer freebsd_triage 2022-12-22 23:34:48 UTC
Please go ahead !
Thank you !
Comment 2 commit-hook freebsd_committer freebsd_triage 2022-12-23 18:43:53 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=41dbb76112949cccafb9b73ff94565dd55e70890

commit 41dbb76112949cccafb9b73ff94565dd55e70890
Author:     Dmitry Marakasov <amdmi3@FreeBSD.org>
AuthorDate: 2022-12-13 12:00:27 +0000
Commit:     Dmitry Marakasov <amdmi3@FreeBSD.org>
CommitDate: 2022-12-23 18:42:37 +0000

    lang/python311: fix asyncio.subprocess regression

    Fix losing stdout of asyncio.subprocess spawned processes.

    PR:             268502
    Approved by:    wen (python@)
    Upstream issue: https://github.com/python/cpython/issues/100133

 lang/python311/Makefile                    |  1 +
 lang/python311/files/patch-GH-100133 (new) | 24 ++++++++++++++++++++++++
 2 files changed, 25 insertions(+)