Handle RFC 4122/9562 UUIDs with inconsistent version field

Open
#82,137 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
30/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
python
Domain
backend

Research direction

The payload names no source files or tests; start by reading the UUID library implementation and the RFC 4122/9562 version and variant requirements. Determine the expected behavior for UUIDs whose version field is inconsistent, then verify the change with the existing UUID test suite and regression coverage.

Written by the indexing model from the issue text.

Description

stdlib type-bug
BPO 37956
Nosy @Erawpalassalg

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 2019-08-26.16:25:17.696>
labels = ['3.7', 'type-bug', 'library']
title = 'UUID authorize version 6+ with variant RFC 4122'
updated_at = <Date 2019-08-26.16:25:17.696>
user = 'https://github.com/Erawpalassalg'

bugs.python.org fields:

activity = <Date 2019-08-26.16:25:17.696>
actor = 'Erawpalassalg'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = ['Library (Lib)']
creation = <Date 2019-08-26.16:25:17.696>
creator = 'Erawpalassalg'
dependencies = []
files = []
hgrepos = []
issue_num = 37956
keywords = []
message_count = 1.0
messages = ['350546']
nosy_count = 1.0
nosy_names = ['Erawpalassalg']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue37956'
versions = ['Python 3.7']

Dominant language
Python
Stars
77.2k
Forks
36k
Avg merge
1d 9h
Merged PRs (30d)
558

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from python/cpython

All issues in python/cpython

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.