Staging
v0.8.1
https://github.com/python/cpython
Revision 134b9f07854264aca082e1f8edd2f56facfbe920 authored by Guido van Rossum on 07 January 2003, 21:49:18 UTC, committed by Guido van Rossum on 07 January 2003, 21:49:18 UTC
Add a refinement to SLOT1BINFULL() that fixes the problem reported in
SF bug #623669: only try (e.g.) __rdiv__ before __div__ if the right
class actually overrides it.

Also backport a test for a feature that broke in 2.3 (__dict__ of a
new-style class with a user-defined metaclass should be a proxy).
1 parent bec7972
History
Tip revision: 134b9f07854264aca082e1f8edd2f56facfbe920 authored by Guido van Rossum on 07 January 2003, 21:49:18 UTC
Backport typeobject.c revision 2.201 plus associated tests from 2.3:
Tip revision: 134b9f0
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
Parser
Python
RISCOS
Tools
.cvsignore -rw-r--r-- 109 bytes
.hgtags -rw-r--r-- 2.4 KB
LICENSE -rw-r--r-- 12.3 KB
Makefile.pre.in -rw-r--r-- 25.9 KB
PLAN.txt -rw-r--r-- 14.1 KB
README -rw-r--r-- 42.5 KB
acconfig.h -rw-r--r-- 7.5 KB
configure -rwxr-xr-x 210.1 KB
configure.in -rw-r--r-- 55.6 KB
install-sh -rwxr-xr-x 5.5 KB
pyconfig.h.in -rw-r--r-- 19.6 KB
setup.py -rw-r--r-- 34.9 KB

README

back to top