| BPO | 41777 |
|---|---|
| Nosy | @mdickinson, @meadori, @serhiy-storchaka, @The-Compiler, @tadeu |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more detailsGitHub fields:
assignee = None closed_at = None created_at = <Date 2020-09-13.13:23:48.243> labels = ['interpreter-core', '3.8', 'type-bug', 'library'] title = 'When using `python -bb`, `struct.calcsize` raises a warning when used with str argument after being used with bytes (might be a larger problem with dicts)' updated_at = <Date 2020-09-13.14:24:57.143> user = 'https://github.com/tadeu'
bugs.python.org fields:
activity = <Date 2020-09-13.14:24:57.143> actor = 'The Compiler' assignee = 'none' closed = False closed_date = None closer = None components = ['Interpreter Core', 'Library (Lib)'] creation = <Date 2020-09-13.13:23:48.243> creator = 'tadeu' dependencies = [] files = [] hgrepos = [] issue_num = 41777 keywords = [] message_count = 4.0 messages = ['376836', '376837', '376838', '376839'] nosy_count = 5.0 nosy_names = ['mark.dickinson', 'meador.inge', 'serhiy.storchaka', 'The Compiler', 'tadeu'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue41777' versions = ['Python 3.8']
Linked PRs
- gh-85943: Fix BytesWarning in the struct format cache under -bb #153627
- [3.15] gh-85943: Fix BytesWarning in the struct format cache under -bb (GH-153627) #153834
- [3.14] gh-85943: Fix BytesWarning in the struct format cache under -bb (GH-153627) #153835
- [3.13] gh-85943: Fix BytesWarning in the struct format cache under -bb (GH-153627) #153836