Issue 33495: dataclasses: repr of Field objects should use repr of each member (original) (raw)

Issue33495

Created on 2018-05-14 12:36 by eric.smith, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 6798 merged eric.smith,2018-05-14 15:40
PR 6806 merged miss-islington,2018-05-14 15:41
Messages (2)
msg316502 - (view) Author: Eric V. Smith (eric.smith) * (Python committer) Date: 2018-05-14 12:36
This is especially true for the "type" member, since it might be a string that looks like a type name (depending on how #33453 is resolved). But repr should be used for all Field members.
msg316541 - (view) Author: Serhiy Storchaka (serhiy.storchaka) * (Python committer) Date: 2018-05-14 17:36
New changeset ceb45f0df87071319e6f73fb03e663ac39917daf by Miss Islington (bot) in branch '3.7': bpo-33494: Change dataclasses.Fields repr to use the repr of each of its members (GH-6798) https://github.com/python/cpython/commit/ceb45f0df87071319e6f73fb03e663ac39917daf
History
Date User Action Args
2022-04-11 14:59:00 admin set github: 77676
2018-05-14 17:40:31 eric.smith set priority: release blocker ->
2018-05-14 17:37:30 eric.smith set status: open -> closedresolution: fixedstage: patch review -> resolved
2018-05-14 17:36:26 serhiy.storchaka set nosy: + serhiy.storchakamessages: +
2018-05-14 15:41:52 miss-islington set pull_requests: + <pull%5Frequest6493>
2018-05-14 15:40:57 eric.smith set keywords: + patchstage: patch reviewpull_requests: + <pull%5Frequest6491>
2018-05-14 12:36:16 eric.smith create