diff options
author | Dong-hee Na <donghee.na92@gmail.com> | 2017-05-17 19:00:51 (GMT) |
---|---|---|
committer | Yury Selivanov <yury@magic.io> | 2017-05-17 19:00:51 (GMT) |
commit | 378d70642aa1c8de2a53ecb811927faf0388db2d (patch) | |
tree | b550ad335eedce735d615a132b4c1713896fdcec /Misc | |
parent | f8d05b3a24e745ab4a974b891ac1389e2f11ce4d (diff) | |
download | cpython-378d70642aa1c8de2a53ecb811927faf0388db2d.zip cpython-378d70642aa1c8de2a53ecb811927faf0388db2d.tar.gz cpython-378d70642aa1c8de2a53ecb811927faf0388db2d.tar.bz2 |
bpo-30149: Fix partialmethod without explicit self parameter (#1308)
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -323,6 +323,10 @@ Extension Modules Library ------- +- bpo-30149: inspect.signature() now supports callables with + variable-argument parameters wrapped with partialmethod. + Patch by Dong-hee Na. + - bpo-30301: Fix AttributeError when using SimpleQueue.empty() under *spawn* and *forkserver* start methods. |