diff options
author | Benjamin Peterson <benjamin@python.org> | 2013-02-10 14:48:22 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2013-02-10 14:48:22 (GMT) |
commit | 419d9a83d5688940b3dbb410029080ad7f2f71a8 (patch) | |
tree | 2608b28d9ba829e1c533a27bfa645ba94f478291 /Python/importlib.h | |
parent | 8b466c99329c0d422a48acfae0c20ec1e76ef314 (diff) | |
download | cpython-419d9a83d5688940b3dbb410029080ad7f2f71a8.zip cpython-419d9a83d5688940b3dbb410029080ad7f2f71a8.tar.gz cpython-419d9a83d5688940b3dbb410029080ad7f2f71a8.tar.bz2 |
evaluate lambda keyword-only defaults after positional defaults (#16967 again)
Diffstat (limited to 'Python/importlib.h')
-rw-r--r-- | Python/importlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Python/importlib.h b/Python/importlib.h index f7ce167..49ae28d 100644 --- a/Python/importlib.h +++ b/Python/importlib.h @@ -756,7 +756,7 @@ unsigned char _Py_M__importlib[] = { 114,101,109,111,118,101,100,49,1,0,0,115,2,0,0,0, 0,8,117,25,0,0,0,95,99,97,108,108,95,119,105,116, 104,95,102,114,97,109,101,115,95,114,101,109,111,118,101,100, - 105,168,12,0,0,117,1,0,0,0,13,105,16,0,0,0, + 105,178,12,0,0,117,1,0,0,0,13,105,16,0,0,0, 117,1,0,0,0,10,105,24,0,0,0,99,1,0,0,0, 0,0,0,0,2,0,0,0,3,0,0,0,99,0,0,0, 115,29,0,0,0,124,0,0,93,19,0,125,1,0,116,0, |