Re: [Python-Dev] cpython: Remove indirection in threading (issue #10968).

2011-07-29 Thread Éric Araujo
Le 29/07/2011 14:48, Antoine Pitrou a écrit : >> 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). Ind

Re: [Python-Dev] cpython: Remove indirection in threading (issue #10968).

2011-07-29 Thread Antoine Pitrou
On Fri, 29 Jul 2011 14:35:23 +0200 eric.araujo 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