Skip to content

tp_descr_get(self, obj, type) is called without owning a reference to "self" #69936

@jdemeyer

Description

@jdemeyer
BPO 25750
Nosy @pitrou, @scoder, @vstinner, @embray, @serhiy-storchaka, @jdemeyer, @miss-islington
PRs
  • bpo-25750: fix refcounts in type_getattro() #6118
  • bpo-25750: add testcase on bad descriptor __get__() #9084
  • [3.7] bpo-25750: fix refcounts in type_getattro() (GH-6118) #9087
  • [3.6] bpo-25750: fix refcounts in type_getattro() (GH-6118) #9088
  • [2.7] bpo-25750: fix refcounts in type_getattro() (GH-6118) #9089
  • [2.7] bpo-25750: fix refcounts in type_getattro() (GH-6118) #9091
  • bpo-25750: Fix a compiler warning introduced in #9084. #10234
  • Files
  • descr_ref.patch: Patch
  • descr_ref-2.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 = 'https://github.com/serhiy-storchaka'
    closed_at = <Date 2018-10-28.17:53:12.898>
    created_at = <Date 2015-11-27.19:56:53.263>
    labels = ['interpreter-core', 'type-crash']
    title = 'tp_descr_get(self, obj, type) is called without owning a reference to "self"'
    updated_at = <Date 2018-11-20.18:45:43.539>
    user = 'https://github.com/jdemeyer'

    bugs.python.org fields:

    activity = <Date 2018-11-20.18:45:43.539>
    actor = 'serhiy.storchaka'
    assignee = 'serhiy.storchaka'
    closed = True
    closed_date = <Date 2018-10-28.17:53:12.898>
    closer = 'vstinner'
    components = ['Interpreter Core']
    creation = <Date 2015-11-27.19:56:53.263>
    creator = 'jdemeyer'
    dependencies = []
    files = ['41173', '46125']
    hgrepos = []
    issue_num = 25750
    keywords = ['patch']
    message_count = 25.0
    messages = ['255480', '255565', '255566', '256352', '274202', '284140', '284570', '284571', '284573', '284574', '284575', '284576', '324722', '324723', '324724', '324728', '324729', '328065', '328176', '328539', '328717', '328898', '328899', '329286', '330144']
    nosy_count = 10.0
    nosy_names = ['pitrou', 'scoder', 'vstinner', 'devurandom', 'fbissey', 'erik.bray', 'serhiy.storchaka', 'jdemeyer', 'Claudio.Freire', 'miss-islington']
    pr_nums = ['6118', '9084', '9087', '9088', '9089', '9091', '10234']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'crash'
    url = 'https://bugs.python.org/issue25750'
    versions = ['Python 2.7', 'Python 3.5', 'Python 3.6']

    Metadata

    Metadata

    Labels

    interpreter-core(Objects, Python, Grammar, and Parser dirs)type-crashA hard crash of the interpreter, possibly with a core dump

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions