Serhiy Storchaka b72810583e Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.
* BUILD_TUPLE_UNPACK and BUILD_MAP_UNPACK_WITH_CALL no longer generated with
  single tuple or dict.
* Restored more informative error messages for incorrect var-positional and
  var-keyword arguments.
* Removed code duplications in _PyEval_EvalCodeWithName().
* Removed redundant runtime checks and parameters in _PyStack_AsDict().
* Added a workaround and enabled previously disabled test in test_traceback.
* Removed dead code from the dis module.
2016-09-12 00:52:40 +03:00
..
2016-01-26 00:40:57 +01:00
2016-06-03 22:37:48 -07:00
2016-09-09 12:36:44 -07:00
2016-09-09 10:17:08 -07:00
2016-08-15 22:32:43 -04:00
2016-08-20 08:03:06 +00:00
2016-09-08 09:33:56 -07:00
2016-09-08 09:15:54 -07:00
2016-05-08 14:02:35 +00:00
2016-09-06 10:46:49 -07:00