Staging
v0.5.1
https://github.com/python/cpython
Revision b72810583e68531bb4231f42f1ce3ff4c0c9958b authored by Serhiy Storchaka on 11 September 2016, 21:52:40 UTC, committed by Serhiy Storchaka on 11 September 2016, 21:52:40 UTC
* 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.
1 parent 29097d5
History
Tip revision: b72810583e68531bb4231f42f1ce3ff4c0c9958b authored by Serhiy Storchaka on 11 September 2016, 21:52:40 UTC
Issue #27213: Fixed different issues with reworked CALL_FUNCTION* opcodes.
Tip revision: b728105
File Mode Size
.github
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Programs
Python
Tools
.bzrignore -rw-r--r-- 582 bytes
.gitignore -rw-r--r-- 1.3 KB
.hgeol -rw-r--r-- 996 bytes
.hgignore -rw-r--r-- 1.3 KB
.hgtags -rw-r--r-- 8.2 KB
.hgtouch -rw-r--r-- 1.3 KB
LICENSE -rw-r--r-- 12.5 KB
Makefile.pre.in -rw-r--r-- 57.0 KB
README -rw-r--r-- 8.2 KB
aclocal.m4 -rw-r--r-- 10.7 KB
config.guess -rwxr-xr-x 41.9 KB
config.sub -rwxr-xr-x 34.9 KB
configure -rwxr-xr-x 469.7 KB
configure.ac -rw-r--r-- 155.2 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 40.3 KB
setup.py -rw-r--r-- 98.7 KB

README

back to top