◐ Shell
clean mode source ↗

Adding a SyncManager Queue proxy to a SyncManager dict or Namespace proxy raises an exception

BPO 30256
Nosy @gvanrossum, @mjpieters, @pitrou, @hniksic, @applio, @zhangyangyu, @miss-islington, @finefoot, @Ralithune, @iritkatriel, @Fidget-Spinner
PRs
  • bpo-30256: pass all BaseProxy arguments through AutoProxy #4819
  • bpo-30256: Add test for nested queues #16341
  • [3.10] bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341) #26987
  • [3.9] bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341) #26988
  • [3.9] bpo-30256: Add manager_owned keyword arg to AutoProxy (GH-16341) #26989
  • bpo-30256: Fix rst in news #26994
  • [3.9] bpo-30256: [doc] Fix formatting error in news (GH-26994) #26996
  • [3.10] bpo-30256: [doc] Fix formatting error in news (GH-26994) #26998
  • 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 2021-07-02.04:56:34.888>
    created_at = <Date 2017-05-03.11:53:34.846>
    labels = ['type-bug', 'library', '3.9', '3.10', '3.11']
    title = 'Adding a SyncManager Queue proxy to a SyncManager dict or Namespace proxy raises an exception'
    updated_at = <Date 2021-08-03.14:08:54.256>
    user = 'https://bugs.python.org/jjdmon'

    bugs.python.org fields:

    activity = <Date 2021-08-03.14:08:54.256>
    actor = 'kj'
    assignee = 'none'
    closed = True
    closed_date = <Date 2021-07-02.04:56:34.888>
    closer = 'gvanrossum'
    components = ['Library (Lib)']
    creation = <Date 2017-05-03.11:53:34.846>
    creator = 'jjdmon'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 30256
    keywords = ['patch']
    message_count = 19.0
    messages = ['292889', '311592', '311594', '346334', '352960', '361034', '376584', '396839', '396842', '396843', '396844', '396845', '396846', '396869', '396871', '396872', '396873', '398828', '398829']
    nosy_count = 15.0
    nosy_names = ['gvanrossum', 'mjpieters', 'pitrou', 'hniksic', 'davin', 'xiang.zhang', 'jjdmon', 'Alexander Prokhorov', 'miss-islington', 'finefoot', 'Locane', 'Philipp Rehs', 'iritkatriel', 'kj', 'stephen.entropy']
    pr_nums = ['4819', '16341', '26987', '26988', '26989', '26994', '26996', '26998']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue30256'
    versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']