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-09-07 09:26:18 -07:00
2016-09-06 10:46:49 -07:00
2016-09-09 19:48:47 -07:00
2016-09-09 23:11:52 -07:00
2016-01-26 00:40:57 +01:00
2016-09-10 17:04:36 -07:00
2016-03-23 09:52:13 +01:00
2016-09-09 10:17:08 -07:00
2016-09-09 14:57:58 -07:00
2016-09-06 10:46:49 -07:00
2016-09-06 16:33:52 -07:00
2016-09-09 14:57:58 -07:00

Miscellaneous source files for the main Python shared library