f-string assert is too restrictive · Issue #74867 · python/cpython (original) (raw)

Skip to content

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

@ericvsmith

Description

@ericvsmith

BPO 30682
Nosy @terryjreedy, @ericvsmith, @ned-deily, @serhiy-storchaka
PRs bpo-30529: Fix assert failure in with pydebug; add tests. #2232[3.6] bpo-30682: Removed a too-strict assertion that failed for certain f-strings. (GH-2232) #2242

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/ericvsmith' closed_at = <Date 2017-06-16.16:49:50.463> created_at = <Date 2017-06-16.09:13:47.503> labels = ['interpreter-core', '3.7', 'type-crash'] title = 'f-string assert is too restrictive' updated_at = <Date 2017-06-16.17:13:05.283> user = 'https://github.com/ericvsmith'

bugs.python.org fields:

activity = <Date 2017-06-16.17:13:05.283> actor = 'serhiy.storchaka' assignee = 'eric.smith' closed = True closed_date = <Date 2017-06-16.16:49:50.463> closer = 'eric.smith' components = ['Interpreter Core'] creation = <Date 2017-06-16.09:13:47.503> creator = 'eric.smith' dependencies = [] files = [] hgrepos = [] issue_num = 30682 keywords = [] message_count = 5.0 messages = ['296166', '296174', '296193', '296204', '296212'] nosy_count = 4.0 nosy_names = ['terry.reedy', 'eric.smith', 'ned.deily', 'serhiy.storchaka'] pr_nums = ['2232', '2242'] priority = 'normal' resolution = 'fixed' stage = 'resolved' status = 'closed' superseder = None type = 'crash' url = 'https://bugs.python.org/issue30682' versions = ['Python 3.6', 'Python 3.7']