_struct.Struct: calling functions without calling __init__ results in SystemError
| BPO | 34543 |
|---|---|
| Nosy | @ronaldoussoren, @stevendaprano, @ZackerySpytz, @dekrain, @iritkatriel |
| PRs |
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 2018-08-29.16:18:52.469> labels = ['extension-modules', '3.10', '3.9', 'type-crash', '3.11'] title = '_struct.Struct: calling functions without calling __init__ results in SystemError' updated_at = <Date 2021-10-19.11:59:55.712> user = 'https://github.com/dekrain'
bugs.python.org fields:
activity = <Date 2021-10-19.11:59:55.712> actor = 'iritkatriel' assignee = 'none' closed = False closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2018-08-29.16:18:52.469> creator = 'DeKrain' dependencies = [] files = [] hgrepos = [] issue_num = 34543 keywords = ['patch'] message_count = 12.0 messages = ['324330', '324331', '324335', '324338', '324341', '324484', '324498', '324504', '324505', '324507', '324509', '404291'] nosy_count = 5.0 nosy_names = ['ronaldoussoren', 'steven.daprano', 'ZackerySpytz', 'DeKrain', 'iritkatriel'] pr_nums = ['14777'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'crash' url = 'https://bugs.python.org/issue34543' versions = ['Python 3.9', 'Python 3.10', 'Python 3.11']
Linked PRs
- gh-78724: raise RuntimeError's when calling methods on non-ready Struct()'s #143643
- gh-143715: deprecate incomplete initialization of struct.Struct() #143659
- [3.14] gh-78724: Raise RuntimeError's when calling methods on non-ready Struct()'s (GH-143643) #143695
- [3.13] gh-78724: Raise RuntimeError's when calling methods on non-ready Struct()'s (GH-143643) #143714