Staging
v0.5.1
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
Grammar -rw-r--r-- 5.4 KB

back to top