Staging
v0.5.0
https://github.com/python/cpython
Revision ff737954f3ee3005236133fc51b55a508b11aa06 authored by Christian Heimes on 27 November 2007, 10:40:20 UTC, committed by Christian Heimes on 27 November 2007, 10:40:20 UTC
Also removed im_class and renamed im_self to __self__ and im_func to __func__. im_class can be substituted with method.__self__.__class__.
I've also updated some parts of the documenation.
1 parent 0d3fb8a
History
Tip revision: ff737954f3ee3005236133fc51b55a508b11aa06 authored by Christian Heimes on 27 November 2007, 10:40:20 UTC
Removed the API to create unbound methods and simplified the API for bound methods. The signature is PyMethod_New(func, instance).
Tip revision: ff73795
File Mode Size
Demo
Doc
Grammar
Include
Lib
Mac
Misc
Modules
Objects
PC
PCbuild
PCbuild8
PCbuild9
Parser
Python
Tools
.hgtags -rw-r--r-- 2.6 KB
INTBENCH -rw-r--r-- 941 bytes
LICENSE -rw-r--r-- 13.5 KB
Makefile.pre.in -rw-r--r-- 35.9 KB
README -rw-r--r-- 4.6 KB
RELNOTES -rw-r--r-- 1.2 KB
configure -rwxr-xr-x 629.5 KB
configure.in -rw-r--r-- 96.0 KB
install-sh -rwxr-xr-x 7.0 KB
pyconfig.h.in -rw-r--r-- 27.2 KB
runtests.sh -rwxr-xr-x 2.1 KB
setup.py -rw-r--r-- 67.6 KB

README

back to top