soarpenguin / python-multiprocessing

Automatically exported from code.google.com/p/python-multiprocessing
Other
0 stars 0 forks source link

Monkey patch the threading module? #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I've implemented a monkey patch that reduces the amount of changes to a
minimum. It adds several properties and function aliases to the threading
module. It also implements a 2.6 style property class.

Comments? Is this step too radical?

Original issue reported on code.google.com by tiran79 on 2 Nov 2008 at 3:30

Attachments:

GoogleCodeExporter commented 9 years ago
> Is this step too radical?

If the code is to be added to 2.4.6 I would think so.  Whether or not people 
want to install it as par of a
download, who knows?

Original comment by skip.mon...@gmail.com on 8 Nov 2008 at 12:27