[Python-Dev] cpython: Remove indirection in threading (issue #10968). (original) (raw)
Antoine Pitrou solipsis at pitrou.net
Fri Jul 29 14:48:43 CEST 2011
- Previous message: [Python-Dev] cpython (3.2): Fix sorting or wording of some NEWS entries.
- Next message: [Python-Dev] cpython: Remove indirection in threading (issue #10968).
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Fri, 29 Jul 2011 14:35:23 +0200 eric.araujo <python-checkins at python.org> wrote:
It is now possible to inherit from Thread and other classes, without having to import the private underscored names like multiprocessing did.
A correction: it was already possible to inherit from Thread (since it's quite useful to do so).
Regards
Antoine.
- Previous message: [Python-Dev] cpython (3.2): Fix sorting or wording of some NEWS entries.
- Next message: [Python-Dev] cpython: Remove indirection in threading (issue #10968).
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]