mirror of
https://github.com/python/cpython.git
synced 2025-12-11 11:31:05 +00:00
Correct handling of functions with only kwarg args in getcallargs (closes #11256)
A patch from Daniel Urban.
This commit is contained in:
parent
41a9ec9003
commit
77d466079a
3 changed files with 25 additions and 2 deletions
|
|
@ -47,6 +47,9 @@ Core and Builtins
|
|||
Library
|
||||
-------
|
||||
|
||||
- Issue #11256: Fix inspect.getcallargs on functions that take only keyword
|
||||
arguments.
|
||||
|
||||
- Issue #11696: Fix ID generation in msilib.
|
||||
|
||||
- Issue #9696: Fix exception incorrectly raised by xdrlib.Packer.pack_int when
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue