Change by Sviatoslav Sydorenko :
--
keywords: +patch
pull_requests: +24196
stage: -> patch review
pull_request: https://github.com/python/cpython/pull/25471
___
Python tracker
<https://bugs.python.org/issu
Change by Sviatoslav Sydorenko :
--
type: crash ->
___
Python tracker
<https://bugs.python.org/issue43888>
___
___
Python-bugs-list mailing list
Unsubscrib
New submission from Sviatoslav Sydorenko :
I noticed that https://github.com/python/cpython/runs/2378199636 (a coverage
job on the last commit on master at the time of writing) takes suspiciously
long to complete.
I did some investigation and noticed that this job on the 3.9 branch succeeds
Sviatoslav Sydorenko added the comment:
@vstinner: I think I figure out the solution —
https://github.com/pypa/setuptools/pull/2633
--
nosy: +webknjaz
___
Python tracker
<https://bugs.python.org/issue43
Sviatoslav Sydorenko added the comment:
> What is "VendorImporter"
@brett.cannon `VendorImporter` is something comping from `pkg_resources`.
Because of an entangled traceback and the fact that it dynamically injects a
vendored copy of `six`, it's hard to spot. Here
Sviatoslav Sydorenko added the comment:
Not sure if it's in the scope of this issue but I thought I'd report it.
I've just hit a similar issue with `setup.cfg` under Python 3.8 which is
supposed to be parsed by `setuptools` but for some reason, I only see
`distutils` in th
Change by Sviatoslav Sydorenko :
--
nosy: +webknjaz
___
Python tracker
<https://bugs.python.org/issue38216>
___
___
Python-bugs-list mailing list
Unsubscribe:
Sviatoslav Sydorenko added the comment:
@xtreak the encoded null-byte test would be an extra test case to consider. It
is reasonable to test as many known invalid sequences as possible. Changing
that byte to encoded notation would just replace one test with another
effectively changing the
Change by Sviatoslav Sydorenko :
--
nosy: +webknjaz
___
Python tracker
<https://bugs.python.org/issue36274>
___
___
Python-bugs-list mailing list
Unsubscribe:
Sviatoslav Sydorenko added the comment:
Thanks for the feedback!
I've changed it a bit to have a separate command for downloading bundles to the
source tree. It'd work as in `python -m ensurepip.bundle` (needs a better
name/CLI args probably).
Does it sound
Sviatoslav Sydorenko added the comment:
Hi, I've tried clarifying this in docs as suggested @
https://github.com/python/cpython/pull/1163
--
___
Python tracker
<https://bugs.python.org/is
Change by Sviatoslav Sydorenko :
--
keywords: +patch
pull_requests: +12719
stage: -> patch review
___
Python tracker
<https://bugs.python.org/issu
New submission from Sviatoslav Sydorenko :
Hi,
I've noticed that there's an idea to not pollute Git tree with vendored blobs.
In particular, `ensurepip` is one of the components doing this.
Such a wish was expressed here: https://bugs.python.org/issue35277#msg330098
So I thought
Sviatoslav Sydorenko added the comment:
Hi,
I've got similar need (caching exceptions). My use case is syscall, which is
not going to result in something different regardless of the number of times
it's called. But I'd like to be able to have exception already raised for me by
Sviatoslav Sydorenko added the comment:
> create a Maildir folder in a temporary directory:
>
> with tempfile.TemporaryDirectory() as tmpdir:
> with mailbox.Maildir(os.path.join(tmpdir, 'mail'), create=True) as
> box:
> ...
Yeah, I came u
New submission from Sviatoslav Sydorenko:
Hi,
I've faced an issue w/ `mailbox.Maildir()`. The case is following:
1. I create a folder with `tempfile.TemporaryDirectory()`, so it's empty
2. I pass that folder path as an argument when instantiating `mailbox.Maildir()`
3. Then I
16 matches
Mail list logo