Staging
v0.5.1
https://github.com/python/cpython
Revision a67c70d4a945e9fc5f37165d1c61e6955e0dc8c8 authored by Mark Dickinson on 23 September 2010, 20:16:03 UTC, committed by Mark Dickinson on 23 September 2010, 20:16:03 UTC
svn+ssh://pythondev@svn.python.org/python/branches/py3k

........
  r84984 | mark.dickinson | 2010-09-23 21:11:19 +0100 (Thu, 23 Sep 2010) | 5 lines

  Issue #9930: Remove an unnecessary type check in wrap_binaryfunc_r;
  this was causing reversed method calls like float.__radd__(3.0, 1) to
  return NotImplemented instead of the expected numeric value.
........
1 parent 9227508
History
Tip revision: a67c70d4a945e9fc5f37165d1c61e6955e0dc8c8 authored by Mark Dickinson on 23 September 2010, 20:16:03 UTC
Merged revisions 84984 via svnmerge from
Tip revision: a67c70d
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
Tools
.bzrignore -rw-r--r-- 723 bytes
.hgignore -rw-r--r-- 920 bytes
.hgtags -rw-r--r-- 4.0 KB
LICENSE -rw-r--r-- 14.1 KB
Makefile.pre.in -rw-r--r-- 39.0 KB
README -rw-r--r-- 6.9 KB
configure -rwxr-xr-x 385.1 KB
configure.in -rw-r--r-- 115.2 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 32.5 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 75.9 KB

README

back to top