Don't rely on borrowed _PyType_Lookup() reference in PyObject_GenericSetAttr() · Issue #58419 · python/cpython (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Appearance settings
Description
BPO | 14211 |
---|---|
Nosy | @vstinner |
Files | type_lookup_ref.patch |
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 = <Date 2012-03-09.00:06:11.842> created_at = <Date 2012-03-06.17:19:05.380> labels = ['interpreter-core', 'type-crash'] title = "Don't rely on borrowed _PyType_Lookup() reference in PyObject_GenericSetAttr()" updated_at = <Date 2012-03-09.00:06:11.841> user = 'https://github.com/vstinner'
bugs.python.org fields:
activity = <Date 2012-03-09.00:06:11.841> actor = 'vstinner' assignee = 'none' closed = True closed_date = <Date 2012-03-09.00:06:11.842> closer = 'vstinner' components = ['Interpreter Core'] creation = <Date 2012-03-06.17:19:05.380> creator = 'vstinner' dependencies = [] files = ['24746'] hgrepos = [] issue_num = 14211 keywords = ['patch'] message_count = 3.0 messages = ['155025', '155187', '155189'] nosy_count = 2.0 nosy_names = ['vstinner', 'python-dev'] pr_nums = [] priority = 'normal' resolution = 'fixed' stage = None status = 'closed' superseder = None type = 'crash' url = 'https://bugs.python.org/issue14211' versions = ['Python 3.3']