Closed
Description
BPO | 42940 |
---|
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 2021-01-16.16:30:52.922>
labels = ['type-bug', '3.8', '3.9']
title = 'Incorrect behavior of inspect.signature(f).bind'
updated_at = <Date 2021-01-16.16:30:52.922>
user = 'https://bugs.python.org/slavkostrov'
bugs.python.org fields:
activity = <Date 2021-01-16.16:30:52.922>
actor = 'slavkostrov'
assignee = 'none'
closed = False
closed_date = None
closer = None
components = []
creation = <Date 2021-01-16.16:30:52.922>
creator = 'slavkostrov'
dependencies = []
files = []
hgrepos = []
issue_num = 42940
keywords = []
message_count = 1.0
messages = ['385143']
nosy_count = 1.0
nosy_names = ['slavkostrov']
pr_nums = []
priority = 'normal'
resolution = None
stage = None
status = 'open'
superseder = None
type = 'behavior'
url = 'https://bugs.python.org/issue42940'
versions = ['Python 3.8', 'Python 3.9']
Linked PRs
- gh-87106: Fix
inspect.signature.bind
handling of positional-only arguments with**kwargs
#103404 - [3.12] gh-87106: Fix inspect.signature.bind() handling of positional-only arguments with **kwargs (GH-103404) #118984
- [3.13] gh-87106: Fix inspect.signature.bind() handling of positional-only arguments with **kwargs (GH-103404) #118985