← 返回首页
add non-blocking read and write methods to subprocess.Popen · Issue #41922 · 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

add non-blocking read and write methods to subprocess.Popen #41922

New issue
New issue

Description

BPO 1191964
Nosy @gvanrossum, @josiahcarlson, @vstinner, @giampaolo, @devdanzin, @bitdancer, @4kir4, @vadmium, @Janzert, @1st1, @eryksun
Files
  • sp_diff.txt
  • subprocess.patch: Add non-blocking subprocess access
  • subprocess_2.patch: replace select() with selectors
  • subprocess_3.patch: Remove looping write_nonblocking(), addresses comments
  • subprocess_4.patch: Fixes Windows writes, improves docs, removes universal newlines with non-blocking IO
  • subprocess_5.patch: Fixes a partial comment on a new test
  • subprocess_6.patch: Addressed comments, multi-platform cleanup
  • subprocess_7.patch: Removes tulip/asyncio related changes
  • subprocess_8.patch
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None closed_at = <Date 2019-05-02.04:12:38.587> created_at = <Date 2005-04-28.20:40:52.000> labels = ['type-feature', 'library', 'expert-asyncio'] title = 'add non-blocking read and write methods to subprocess.Popen' updated_at = <Date 2019-05-02.13:03:55.336> user = 'https://github.com/josiahcarlson'

    bugs.python.org fields:

    activity = <Date 2019-05-02.13:03:55.336> actor = 'vstinner' assignee = 'none' closed = True closed_date = <Date 2019-05-02.04:12:38.587> closer = 'josiahcarlson' components = ['Library (Lib)', 'asyncio'] creation = <Date 2005-04-28.20:40:52.000> creator = 'josiahcarlson' dependencies = [] files = ['8252', '34743', '34774', '34794', '34851', '34861', '34941', '35407', '38691'] hgrepos = [] issue_num = 1191964 keywords = ['patch'] message_count = 64.0 messages = ['54505', '54506', '54507', '54508', '54509', '54510', '54511', '54512', '54513', '54514', '54515', '84692', '84719', '89309', '89433', '114495', '161326', '161352', '161356', '161362', '161400', '161409', '177139', '215171', '215178', '215411', '215420', '215426', '215496', '215582', '215668', '215708', '215709', '215711', '215826', '215833', '215956', '215969', '215990', '216226', '216442', '216445', '216665', '216669', '216692', '218826', '218861', '219373', '219374', '219432', '219616', '219656', '223799', '223827', '223828', '238874', '238887', '239277', '239280', '239282', '239299', '239366', '239372', '341245'] nosy_count = 21.0 nosy_names = ['gvanrossum', 'josiahcarlson', 'astrand', 'parameter', 'vstinner', 'techtonik', 'giampaolo.rodola', 'ajaksu2', 'ooooooooo', 'v+python', 'r.david.murray', 'cvrebert', 'ericpruitt', 'akira', 'Andrew.Boettcher', 'rosslagerwall', 'sbt', 'martin.panter', 'janzert', 'yselivanov', 'eryksun'] pr_nums = [] priority = 'normal' resolution = 'out of date' stage = 'resolved' status = 'closed' superseder = None type = 'enhancement' url = 'https://bugs.python.org/issue1191964' versions = ['Python 3.5']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      stdlibStandard Library Python modules in the Lib/ directorytopic-asynciotype-featureA feature request or enhancement

      Fields

      No fields configured for issues without a type.

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

      • Open in GitHub Copilot app

      Footer

      © 2026 GitHub, Inc.