• Martijn Pieters's avatar
    closes bpo-36188: Clean up 'unbound' method left-overs. (GH-12169) · b7272395
    Martijn Pieters yazdı
    Methods are always bound, and `__self__` can no longer be `NULL`
    (`method_new()` and `PyMethod_New()` both explicitly check for this).
    
    Moreover, once a bound method is bound, it *stays* bound and won't be re-bound
    to something else, so the section in the datamodel that talks about accessing
    an methods in a different descriptor-binding context doesn't apply any more in
    Python 3.
    b7272395
Adı
Son kayıt (commit)
Son güncelleme
..
NEWS.d Loading commit data...
ACKS Loading commit data...
HISTORY Loading commit data...
Porting Loading commit data...
README Loading commit data...
README.AIX Loading commit data...
README.coverity Loading commit data...
README.valgrind Loading commit data...
SpecialBuilds.txt Loading commit data...
coverity_model.c Loading commit data...
gdbinit Loading commit data...
indent.pro Loading commit data...
python-config.in Loading commit data...
python-config.sh.in Loading commit data...
python-wing3.wpr Loading commit data...
python-wing4.wpr Loading commit data...
python-wing5.wpr Loading commit data...
python.man Loading commit data...
python.pc.in Loading commit data...
svnmap.txt Loading commit data...
valgrind-python.supp Loading commit data...
vgrindefs Loading commit data...