Yuriy Taraday added the comment:
Can we move forward and land this patch? It seems to be working and for some
reason it even makes that microbenchmark work faster.
--
versions: +Python 3.5 -Python 3.3
___
Python tracker
<http://bugs.python.
Yuriy Taraday added the comment:
Oh, sorry.
--
nosy: -benjamin.peterson
___
Python tracker
<http://bugs.python.org/issue21078>
___
___
Python-bugs-list mailin
Yuriy Taraday added the comment:
Adding Benjamin Peterson as original author of multiprocessing (according to hg
logs)
--
nosy: +benjamin.peterson
___
Python tracker
<http://bugs.python.org/issue21
New submission from Yuriy Taraday:
We're going to use BaseManager for simple secure local RPC and for the "secure"
part we can't use pickle, so we have to use "serializer" argument to switch to
xmlrpclib.
We need to be sure that argument won't go away
Yuriy Taraday added the comment:
Can someone please point out why do we have to do that dance with recursion
limit?
I've came upon this problem as well. I had some (bad) API I had to work with.
It always raised the same exception with the only difference in the message. So
I thought I
Yuriy Taraday added the comment:
I'm completely lost 2.7 tree in svn.
My last post was about 3.1.2 release. As I understand, System Configuration
framework is being used since 2.6.5 and 3.2.
So, this bug is about all this versions.
--
versions: +Python 2.7, Pytho
Yuriy Taraday added the comment:
The strange thing is that in both 2.7 and 3.1 branches there is no such code at
all. Inernet Config is used there without mentioning any exceptions despite the
fact that ic module is marked as deprecated and proxy bypass is real
New submission from Yuriy Taraday :
I have straight IP in my proxy exception list like "192.168.0.2" without mask
specification.
The proxy_bypass_macosx_sysconf function verifies each item in this list by
regexp r"(\d+(?:\.\d+)*)(/\d+)?" that produces two groups: IP and ma
Yuriy Taraday added the comment:
os.popen is obsolete and as I understand is removed from 3k. Use subprocess
module instead.
http://docs.python.org/library/os.html?highlight=popen#os.popen
--
nosy: +yorik.sar
___
Python tracker
<h
Yuriy Taraday added the comment:
Can this change be included in the 2.6 release?
It's small enough but necessary for our current development.
--
___
Python tracker
<http://bugs.python.org/i
New submission from Yuriy Taraday :
Screnario:
- start logging, log something;
- stop logging (stop application, for example);
- start logging again after rotate interval passes.
log4j's RotatingFileAppender's behavior:
After restart, logfile is rotated if
11 matches
Mail list logo