• Éric Araujo's avatar
    Remove indirection in threading (issue #10968). · 0cdd4454
    Éric Araujo yazdı
    The public names (Thread, Condition, etc.) used to be factory functions
    returning instances of hidden classes (_Thread, _Condition, etc.),
    because (if Guido recalls correctly) this code pre-dates the ability to
    subclass extension types.
    
    It is now possible to inherit from Thread and other classes, without
    having to import the private underscored names like multiprocessing did.
    
    A doc update will follow: a patch is under discussion on the issue.
    0cdd4454
Adı
Son kayıt (commit)
Son güncelleme
..
RPM Loading commit data...
TextMate/Python-Dev.tmbundle Loading commit data...
Vim Loading commit data...
ACKS Loading commit data...
HISTORY Loading commit data...
NEWS 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...
build.sh Loading commit data...
gdbinit Loading commit data...
indent.pro Loading commit data...
python-config.in Loading commit data...
python-wing3.wpr Loading commit data...
python-wing4.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...