ctypes pointer not always keeping target alive
| BPO | 2123 |
|---|---|
| Nosy | @arigo, @theller, @bitdancer |
| Files |
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 = 'https://github.com/theller' closed_at = None created_at = <Date 2008-02-15.14:24:58.157> labels = ['extension-modules', 'type-bug'] title = 'ctypes pointer not always keeping target alive' updated_at = <Date 2013-07-10.10:14:10.589> user = 'https://github.com/arigo'
bugs.python.org fields:
activity = <Date 2013-07-10.10:14:10.589> actor = 'christian.heimes' assignee = 'theller' closed = False closed_date = None closer = None components = ['Extension Modules'] creation = <Date 2008-02-15.14:24:58.157> creator = 'arigo' dependencies = [] files = ['9436', '9438'] hgrepos = [] issue_num = 2123 keywords = [] message_count = 5.0 messages = ['62429', '62436', '62453', '84117', '84218'] nosy_count = 3.0 nosy_names = ['arigo', 'theller', 'r.david.murray'] pr_nums = [] priority = 'normal' resolution = None stage = None status = 'languishing' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue2123' versions = ['Python 2.7', 'Python 3.3', 'Python 3.4']
Linked PRs
- gh-46376: Return existing pointer when possible in ctypes #107131
- [3.12] gh-46376: Return existing pointer when possible in ctypes (GH-107131) #107487
- [3.11] gh-46376: Return existing pointer when possible in ctypes (GH-107131) #107488
- [3.11] Revert "gh-46376: Return existing pointer when possible in ctypes (GH-107131) (GH-107488)" #108412
- gh-46376: add (failing) tests for ctypes/pointer/cast/set_contents #108519
- Revert "gh-46376: Return existing pointer when possible in ctypes (#1… #108688
- [3.12] gh-46376: Revert "Return existing pointer when possible in ctypes (GH-107131) (GH-107487)" #108864
- gh-46376: minimal fix for setting pointers via pointers in ctypes #136876