Monthly Python Meeting in Madrid (Spain)

2012-03-06 Thread Jesus Cea
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Next Thursday, 8th March. <http://www.python-madrid.es/post/reunion-marzo-2012-python-madrid/> - -- Jesus Cea Avion _/_/ _/_/_/_/_/_/ j...@jcea.es - http://www.j

Re: [oi-dev] DTrace probes in Python 2.7 (and next 3.3)

2011-11-24 Thread Jesus Cea
components/python/python27> > > > > It includes DTrace patch. Did you see/use that? That was my starting point. Talking about that... How is the license going?. Mailing the guy... - -- Jesus Cea Avion _/_/ _/_/_/

DTrace probes in Python 2.7 (and next 3.3)

2011-11-24 Thread Jesus Cea
est it and provide some feedback :). PS: Better post feedback in the bug tracker that by personal email :-). - -- Jesus Cea Avion _/_/ _/_/_/_/_/_/ j...@jcea.es - http://www.jcea.es/ _/_/_/_/ _/_/

Pickle compatibility between Python 2.7 and python 3.2

2011-02-21 Thread Jesus Cea
7316 >>> b=pickle.loads(f,encoding="latin1") Traceback (most recent call last): File "", line 1, in ValueError: operation forbidden on released memoryview object """ I use the encoding "latin1" for transparen