-
Bug affects only unix-like system.
Forget to mention, sorry.
2009-06-24 14:26:38 UTC in Python Package Index
-
Bug affects unix-like systems.
Forget to mention, sorry.
2009-06-24 14:25:26 UTC in Python Package Index
-
Double close of FD 0 when child process spawns its own child process.
Bug causes wrong file descriptors to be closed.
How to reproduce:
>>> import multiprocessing as mp
>>> def child(q):
... print 'current process:', mp.current_process().name
... q.put(1)
... q.get()
... p = mp.Process(None, child, args=(mp.Queue(),))
... p.start()
...
>>> q = mp.Queue()
>>>...
2009-06-24 14:21:19 UTC in Python Package Index
-
akimov_alexey added spawn_cool to the PerlORM project.
2009-02-11 08:44:45 UTC in PerlORM
-
akimov_alexey committed revision 2 to the AORA SVN repository, changing 9 files.
2008-02-02 15:28:33 UTC in AORA
-
akimov_alexey committed revision 1 to the AORA SVN repository, changing 1 files.
2008-02-02 15:27:11 UTC in AORA
-
Code completion doesn't work at all inside project on remote file systems using sftp (Remote System Explorer)
It only affects remote projects, if I open remote file outside the project, then completion works just fine.
It even works inside RemoteSystemTempFiles (in PyDev Package Explorer) for the same files that I tried ti use inside my project.
I use Eclipse SDK
Version: 3.3.1.1
Build...
2008-01-18 15:06:38 UTC in Pydev for Eclipse
-
akimov_alexey committed revision 39 to the PerlORM SVN repository, changing 1 files.
2007-03-26 21:20:48 UTC in PerlORM
-
akimov_alexey committed revision 38 to the PerlORM SVN repository, changing 1 files.
2007-03-26 21:06:28 UTC in PerlORM
-
akimov_alexey committed revision 37 to the PerlORM SVN repository, changing 1 files.
2007-03-26 20:59:21 UTC in PerlORM