• É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
..
dummy Loading commit data...
__init__.py Loading commit data...
connection.py Loading commit data...
forking.py Loading commit data...
heap.py Loading commit data...
managers.py Loading commit data...
pool.py Loading commit data...
process.py Loading commit data...
queues.py Loading commit data...
reduction.py Loading commit data...
sharedctypes.py Loading commit data...
synchronize.py Loading commit data...
util.py Loading commit data...