Re: Monkey patch an entire file in a python package

2015-03-24 Thread enjoyaol
Le mardi 24 mars 2015 13:11:33 UTC+1, Chris Angelico a écrit : > On Tue, Mar 24, 2015 at 10:50 PM, wrote: > > I am trying to use multiprocessing with freeze. It appears there is some > > bug when using multiprocessing on freezed python code on windows platforms. > > There is this patch which ma

Re: Monkey patch an entire file in a python package

2015-03-24 Thread Chris Angelico
On Tue, Mar 24, 2015 at 10:50 PM, wrote: > I am trying to use multiprocessing with freeze. It appears there is some bug > when using multiprocessing on freezed python code on windows platforms. There > is this patch which made its way to python 3.2, and works in 2.7: > > http://bugs.python.org/