raise AttributeError if loading fails in ctypes.LibraryLoader.getattr · Issue #78997 · python/cpython (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Description
BPO | 34816 |
---|---|
Nosy | @eryksun, @lfriedri, @farfella |
PRs | gh-78997: AttributeError if loading fails in LibraryLoader.__getattr__ #25177 |
Files | 34816.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 = None created_at = <Date 2018-09-27.07:14:17.884> labels = ['easy', 'type-bug', '3.8', '3.9', '3.10', 'ctypes'] title = 'raise AttributeError if loading fails in ctypes.LibraryLoader.getattr' updated_at = <Date 2021-04-04.02:29:42.566> user = 'https://github.com/lfriedri'
bugs.python.org fields:
activity = <Date 2021-04-04.02:29:42.566> actor = 'ateeq' assignee = 'none' closed = False closed_date = None closer = None components = ['ctypes'] creation = <Date 2018-09-27.07:14:17.884> creator = 'lfriedri' dependencies = [] files = ['49932'] hgrepos = [] issue_num = 34816 keywords = ['patch', 'easy'] message_count = 5.0 messages = ['326528', '326556', '326557', '389629', '390168'] nosy_count = 3.0 nosy_names = ['eryksun', 'lfriedri', 'ateeq'] pr_nums = ['25177'] priority = 'normal' resolution = None stage = 'patch review' status = 'open' superseder = None type = 'behavior' url = 'https://bugs.python.org/issue34816' versions = ['Python 3.8', 'Python 3.9', 'Python 3.10']