Dustin Oprea added the comment:
<- I'm intentionally using mode 'w' (to support development) and it's never
been an issue until I recently refactored the project to be asynchronous. Now,
every time I fail, I suddenly los
Dustin Oprea added the comment:
I believe I'm seeing this, still, in an async situation. It seems like the
obvious culprit.
When will this go out in a release? I'm on 3.10.1 from December (under Arch).
The PR got merged to master in July but I went through all changelogs back to
Dustin Oprea added the comment:
Thanks for expounding on this, Christian. Assuming your assertions are
correct, this makes perfect sense.
Can anyone listening close this?
On May 12, 2017 17:45, "Christian Heimes" wrote:
Christian Heimes added the comment:
The ticket is dead for a
Dustin Oprea added the comment:
I don't think this can be tested. Throwing exceptions in the remote process
causes exceptions that can't be caught in the same way (when the initializer
fails the pool just attempts to recreate the process over and over) and I don't
think it
Dustin Oprea added the comment:
Okay. Thanks for weighing-in.
I'm trying to figure out how to write the tests. The existing set of tests
for multiprocessing is a near nightmare. It seems like I might have to use
one of the existing "source code" definitions to test for
Dustin Oprea added the comment:
https://github.com/python/cpython/pull/57
On Sun, Feb 12, 2017 at 5:29 PM, Camilla Montonen
wrote:
>
> Camilla Montonen added the comment:
>
> @dsoprea: would you like to open a PR for this issue on Github? if not,
> are you happy
Dustin Oprea added the comment:
Thank you for your elaborate response. I appreciate knowing that
"\\server\share" could be considered as the "drive" portion of the path.
I'm having trouble determining if "\\?\" is literally some type of valid UNC
prefix o
New submission from Dustin Oprea:
Notice that os.path.dirname() returns whatever it is given if it is given a
URN, regardless of slash-type. Oddly, you have to double-up the forward-slashes
(like you're escaping them) in order to get the correct result (if you're using
forward-slas
Dustin Oprea added the comment:
I'm closing it. The ticket has been open two-years and no one else seemed to be
interested in this issue until now, which leads me to believe that it's a
PEBCAK/understanding issue. The rationale for why it's irrelevant seems sound.
Thanks for
Dustin Oprea added the comment:
Disregard. I thought this was something else.
--
___
Python tracker
<http://bugs.python.org/issue18233>
___
___
Python-bugs-list m
Dustin Oprea added the comment:
Forget it. This project is dead.
Dustin
On May 28, 2015 11:58 AM, "Jeroen Ruigrok van der Werven" <
rep...@bugs.python.org> wrote:
>
> Jeroen Ruigrok van der Werven added the comment:
>
> Given that cryptography.io is fast becoming t
Dustin Oprea added the comment:
Agreed. Thank you, @Antoine.
On Tue, Nov 11, 2014 at 2:21 PM, Antoine Pitrou
wrote:
>
> Antoine Pitrou added the comment:
>
> In any case, it sounds like your problem is fixed, so we can close this
> issue.
>
> --
> resolution
Dustin Oprea added the comment:
I usually use both on my local system.
Dustin
On Nov 11, 2014 4:43 AM, "Antoine Pitrou" wrote:
>
> Antoine Pitrou added the comment:
>
> Le 11/11/2014 07:50, Dustin Oprea a écrit :
> >
> > Dustin Oprea added the comment:
&
Dustin Oprea added the comment:
I think I was getting mixed results by using requests and urllib2/3. After
nearly being driven crazy, I performed the following steps:
1. Recreated client certificates, and verified that the correct CA was being
used from Nginx.
2. Experimenting using an SSL
New submission from Dustin Oprea:
I am trying to do an authenticated-SSL request to an Nginx server using
*requests*, which wraps urllib2/httplib. It's worked perfectly for months until
Friday on my local system (Mac 10.9.5), and there have been no
upgrades/patches.
My Python 2.7.6 c
New submission from Dustin Oprea:
functools.wraps docs say "This is a convenience function for invoking
partial(update_wrapper, wrapped=wrapped, assigned=assigned, updated=updated) as
a function decorator when defining a wrapper function." The referenced function
should be upda
New submission from Dustin Oprea:
The memory is resized, but the value returned by len() doesn't change:
>>> b = ctypes.create_string_buffer(23)
>>> len(b)
23
>>> b.raw = '0' * 23
>>> b.raw = '0' * 24
Traceback (most recent c
New submission from Dustin Oprea:
If you provide a number of processes to a Pool that the OS can't fulfill, Pool
will raise an OSError and die, but does not cleanup any of the processes that
it has forked.
This is a session in Python where I can allocate a large, but fulfillable,
numb
New submission from Dustin Oprea:
Noah recommended that I approach the distutils mailing list to report a
potential PyPI problem. I can't seem to find a webpage for the distutils list,
so I'm posting an official bug.
I have a few packages on PyPI, and I often find my counts immediat
Dustin Oprea added the comment:
My two-cents is to leave it a tuple (why not?).
Dustin
--
___
Python tracker
<http://bugs.python.org/issue18233>
___
___
Pytho
Dustin Oprea added the comment:
I was about to submit a feature request to add exactly this. The [second] patch
works like a charm. When are you going to land on a particular resolution so
that it can get committed in?
Dustin
--
nosy: +dsoprea
21 matches
Mail list logo