Skip to content

generator expression implementation #39778

@jiwon

Description

@jiwon
mannequin
BPO 872326
Nosy @mwhudson, @gvanrossum, @arigo, @rhettinger, @hyeshik
Files
  • genexpr-doc.diff: documentation draft for generator expression
  • gexp.diff.capture: variable capture version. (without any precomputation of iterables)
  • gexp.diff.lazy_bind: patch without any precomputation or early binding.
  • gexp.diff.precompute-outmost: lazy-binding + outmost iterable precomputation version
  • genexpr-doc.diff: documentation for generator expression. (including precomputation issues)
  • 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 2004-05-21.08:05:51.000>
    created_at = <Date 2004-01-07.12:10:43.000>
    labels = ['interpreter-core']
    title = 'generator expression implementation'
    updated_at = <Date 2004-05-21.08:05:51.000>
    user = 'https://bugs.python.org/jiwon'

    bugs.python.org fields:

    activity = <Date 2004-05-21.08:05:51.000>
    actor = 'arigo'
    assignee = 'none'
    closed = True
    closed_date = None
    closer = None
    components = ['Interpreter Core']
    creation = <Date 2004-01-07.12:10:43.000>
    creator = 'jiwon'
    dependencies = []
    files = ['5769', '5770', '5771', '5772', '5773']
    hgrepos = []
    issue_num = 872326
    keywords = ['patch']
    message_count = 62.0
    messages = ['45146', '45147', '45148', '45149', '45150', '45151', '45152', '45153', '45154', '45155', '45156', '45157', '45158', '45159', '45160', '45161', '45162', '45163', '45164', '45165', '45166', '45167', '45168', '45169', '45170', '45171', '45172', '45173', '45174', '45175', '45176', '45177', '45178', '45179', '45180', '45181', '45182', '45183', '45184', '45185', '45186', '45187', '45188', '45189', '45190', '45191', '45192', '45193', '45194', '45195', '45196', '45197', '45198', '45199', '45200', '45201', '45202', '45203', '45204', '45205', '45206', '45207']
    nosy_count = 7.0
    nosy_names = ['mwh', 'gvanrossum', 'arigo', 'rhettinger', 'quiver', 'hyeshik.chang', 'jiwon']
    pr_nums = []
    priority = 'normal'
    resolution = 'accepted'
    stage = None
    status = 'closed'
    superseder = None
    type = None
    url = 'https://bugs.python.org/issue872326'
    versions = []

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      interpreter-core(Objects, Python, Grammar, and Parser dirs)

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions