X Tutup
The Wayback Machine - https://web.archive.org/web/20251108050036/https://github.com/python/cpython/issues/69702
Skip to content

threading.Condition._is_owned() is wrong when using threading.Lock #69702

@nirs

Description

@nirs
mannequin
BPO 25516
Nosy @nirs, @pitrou
PRs
  • gh-69702: Fix Condition._is_owned() is when using threading.Lock #2681
  • Files
  • 0001-Issue-25516-threading.Condition._is_owned-fails-when.patch: patch fixing this issue by implementing _is_owned in the _thread module
  • 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 = None
    created_at = <Date 2015-10-30.00:36:32.244>
    labels = ['3.8', 'type-bug', 'library', '3.9', '3.10']
    title = 'threading.Condition._is_owned() is wrong when using threading.Lock'
    updated_at = <Date 2020-11-06.17:49:18.448>
    user = 'https://github.com/nirs'

    bugs.python.org fields:

    activity = <Date 2020-11-06.17:49:18.448>
    actor = 'vstinner'
    assignee = 'none'
    closed = False
    closed_date = None
    closer = None
    components = ['Library (Lib)']
    creation = <Date 2015-10-30.00:36:32.244>
    creator = 'nirs'
    dependencies = []
    files = ['40900']
    hgrepos = []
    issue_num = 25516
    keywords = ['patch']
    message_count = 4.0
    messages = ['253703', '253708', '253748', '298229']
    nosy_count = 3.0
    nosy_names = ['nirs', 'pitrou', 'Nir Soffer']
    pr_nums = ['2681']
    priority = 'normal'
    resolution = None
    stage = None
    status = 'open'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue25516'
    versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.11only security fixes3.12only security fixes3.13bugs and security fixesstdlibStandard Library Python modules in the Lib/ directorytype-bugAn unexpected behavior, bug, or error

      Projects

      Status

      No status

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions

        X Tutup