robin added the comment:
In other news, news.gmane.org is now news.gmane.io; see also
https://bugs.python.org/issue39343
--
nosy: +eriker
___
Python tracker
<https://bugs.python.org/issue37
robin added the comment:
python -mtrace -t repro.py reveals a long string of these:
--- modulename: errors, funcname: __init__
errors.py(85): super().__init__(*args, **kw)
--- modulename: errors, funcname: __init__
errors.py(37): if line is not None:
errors.py(38
robin added the comment:
Propose to close as duplicate of https://bugs.python.org/issue25235
--
nosy: +eriker
___
Python tracker
<https://bugs.python.org/issue11
robin added the comment:
Duplicate of https://bugs.python.org/issue11021 but this one is more current
and has a patch.
--
nosy: +eriker
___
Python tracker
<https://bugs.python.org/issue25
New submission from robin :
Attached please find a script which takes on the order of 1 minute to parse
even though the embedded message is reasonably trivial. The main flaw is that
the Content-Type: header has a long string of redundant which is something
some spammers apparently use
Robin Scheibler added the comment:
Thank you very much for your help!
--
___
Python tracker
<https://bugs.python.org/issue42850>
___
___
Python-bugs-list mailin
Robin Scheibler added the comment:
Thanks for the suggestion. I had indeed run into some issues with fork vs spawn
before.
I have tested with 3.8.5 and 3.9.1 and the bug doesn't occur with these more
recent versions.
Should I leave the bug open since 3.7 is still supp
Robin Scheibler added the comment:
Thank you very much for the reply! I was indeed hesitating where to post the
issue. I have now cross-posted in the sounddevice issue tracker.
https://github.com/spatialaudio/python-sounddevice/issues/302
I'll update the issue if things progress on
New submission from Robin Scheibler :
I am having an issue with using urllib in a multiprocessing.Process when the
package sounddevice (https://github.com/spatialaudio/python-sounddevice) has
been already imported.
The sub-process hangs upon calling urllib.request.urlopen (and methods from
Change by Robin :
--
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue40803>
___
___
Python-bugs-list
Robin added the comment:
Good News. The wine people say "Fixed in wine 4.0". So, a happy result.
https://bugs.winehq.org/show_bug.cgi?id=49271
We can close this.
--
___
Python tracker
<https://bugs.python.o
Robin added the comment:
Thanks for such a rapid response. Much appreciated.
I think it's a bug in wine, so I've also reported it to them. And you both
know that you both have it on your radar!
I believe the Win32/API PathCchCanonicalizeEx() is quite new, and that's why
i
Robin added the comment:
I've reported this to the wine team:
https://bugs.winehq.org/show_bug.cgi?id=49271
--
___
Python tracker
<https://bugs.python.org/is
New submission from Robin :
I've downloaded python38.zip(and python32.zip). It doesn't run because it's
using an API `PathCchCanonicalizeEx()` that's not provided in wine.
```
Z:\home\rmills\temp\python-3>wine: Call from 0x7b43cfbc to unimplemented
function api-
Jean-Christophe Fillion-Robin added the comment:
Associated pull request has been updated, CLA signed and it is ready for final
review and integration.
Thanks so much for your time,
--
___
Python tracker
<https://bugs.python.org/issue38
Change by Xavier Robin :
--
nosy: +Xavier Robin
___
Python tracker
<https://bugs.python.org/issue9>
___
___
Python-bugs-list mailing list
Unsubscribe:
Jean-Christophe Fillion-Robin added the comment:
PY_NO_LINK_LIB will work well. I will work on a patch later this week.
--
___
Python tracker
<https://bugs.python.org/issue38
New submission from Jean-Christophe Fillion-Robin :
When configuring project using build-system generator like CMake, the linking
is explicitly handled and does not to be implicitly hard-coded in pyconfig.h
Having the "pythonXY.lib" library hard-coded in pyconfig.h currently re
Change by Robin Champavier :
--
stage: -> resolved
status: open -> closed
___
Python tracker
<https://bugs.python.org/issue33425>
___
___
Python-bugs-list
New submission from Robin Champavier :
Hello,
I work with file name like : PRECI_mmddhh_00.txt and I put them in
different directory depending of the year. For file between year 1999 and 2016
there is no problem but with file in year 2017 with months 12, glob.glob can't
find them. W
New submission from Robin:
> Finally, urllib/robotparser.py appears to contain a bug in the
> following:
>
> req_rate = collections.namedtuple('req_rate',
>'requests seconds')
> entry.req_rate = req_rate
>
Robin W Gambill added the comment:
I see my error now. I'm sorry for my ignorance. I will google how to delete the
bugs item, but I guess is permanent, se la vie.
Thank you.
Robin
On Mon, 12/19/16, Tim Peters wrote:
Subject: [issue29016] neg
Changes by Robin W Gambill :
--
components: Interpreter Core
nosy: rwgambill
priority: normal
severity: normal
status: open
title: negative numbers raised to power zero should be 1, not -1
type: behavior
versions: Python 3.5
___
Python tracker
<h
Robin Becker added the comment:
for what it's worth I tried reverse patching
https://hg.python.org/cpython/rev/63ae310b60ff/
and
https://hg.python.org/cpython/rev/2f77a9f0b9d6/
in the manylinux docker and the make then proceeds fine with one warning at the
end
*** WARNING: ren
Robin Becker added the comment:
After some searching I tried adding -std=gnu99 and the config goes through OK,
but running make produces
[root@d3cce9786c2e Python-3.6.0b2]# make -j2
gcc -pthread -c -Wno-unused-result -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall
-Wstrict-prototypes -Wformat
Robin Becker added the comment:
benjamin.peterson: I tried adding that option -fno-gnu89-inline conditionally
for the 3.6.0b2 build, but it goes wrong in config with an error
configure:3913: $? = 4
configure:3933: checking whether the C compiler works
configure:3955: gcc -Wformat -fno-gnu89
Robin Becker added the comment:
I'm not able to access my work computer, I'll try later today at home.
--
___
Python tracker
<http://bugs.python.o
Robin Becker added the comment:
tds333, the config says that 4.8.2 is being used,
configure:3902: gcc --version >&5
gcc (GCC) 4.8.2 20140120 (Red Hat 4.8.2-15)
Copyright (C) 2013 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
w
Robin Becker added the comment:
Hi njs,
my manylinux diffs
https://www.reportlab.com/media/manylinux-diff.txt
full output of the docker command
docker build -f Dockerfile-x86_64 -t rl/manylinux-x86_64 . &> ~/tmp/ttt
https://www.reportlab.com/media/manylinux-docker-run-output.txt
Robin Becker added the comment:
I executed gcc --version (&cc --version) in the do_cpython_build function
immediately prior to the make -j2 that builds python noth show 4.8.2.
I see the exact same errors as in the initial report. If the makefile or the
configure is doing something spe
Robin Becker added the comment:
Don't want to add too much noise, but this issue also affects the manylinux
project build compiler (gcc 4.8.2).
--
nosy: +rgbecker
___
Python tracker
<http://bugs.python.org/is
New submission from Robin:
reproduction script below. In the last print statement, it shows me a list with
items in it, but with a length of 0
def generator():
l = []
yield l
l.append(1)
# this correctly prints 1
print(len(l))
# this should print [([1
Robin Roth added the comment:
Based on the review by SilentGhost I removed all refactoring-changes and only
left the one line needed for the fix.
--
Added file:
http://bugs.python.org/file43140/minimal_fix_ismount_directory_not_readable.patch
Robin Roth added the comment:
Any progress on merging this?
The fix is simple, there is a test; anything else I can do to help?
Ansible integrated the patch posted here as a workaround of an issue this
caused. So there was some external review of the fix. See
https://github.com/ansible/ansible
Robin Roth added the comment:
any comments/updates on merging this?
--
___
Python tracker
<http://bugs.python.org/issue2466>
___
___
Python-bugs-list mailin
Robin Roth added the comment:
Antoine's suggestion does not work, because "dirname" does not cover enough
cases (for example trailing slash, possibly more).
As suggested by him I now use realpath (instead of abspath). I can't come up
with a symlink-situation that is brok
Robin Roth added the comment:
Is there any more info needed to the issue or the patch?
It would be really helpful to have this fixed and I don't see any critical
changes due to the patch.
There is an issue in ansible depending on this fix:
https://github.com/ansible/ansible-modules
Robin Roth added the comment:
This bug is still present and annoying.
For me it appeared when running ismount on a nfs-mounted directory, when the
user who runs python has no read permission inside the directory. Therefore the
lstat on /mntdir/.. fails.
Attached a patch that fixes this by
New submission from Robin:
logging.config.dictConfig appears to share the same parameter as
logging.config.fileConfig - disable_existing_loggers.
This parameter is documented for fileConfig but not dictConfig.
Suggest update to dictConfig documentation section.
--
assignee: docs
Robin Schoonover added the comment:
I'm not sure I follow, as it has little to say on whether the application's
expected behavior here, and only a recommendation that the server allow it.
But, it also defers to the "Python Standard Library", which does have an
opini
New submission from Gael Robin:
The first line of the Refactoring Principle subsection of the Rationale section
contains the following typo :
"It should be possible to take an section of code"
should be
"It should be possible to take a section of code"
--
a
Robin Becker added the comment:
I'll repeat the post I made to BreamoreBoy regarding this bug:
"re: http://bugs.python.org/issue1047397
this bug is now 10 years old. I'm not sure why it's to be considered
closed because the original intent of the bug report was that th
Changes by Robin Schoonover :
Added file: http://bugs.python.org/file35836/wsgiref-empty-byte-3.patch
___
Python tracker
<http://bugs.python.org/issue21890>
___
___
Pytho
Robin Schoonover added the comment:
I agree, the current patch is too permissive.
Both a server I wrote a while ago, and most other "complaint" servers deal with
the problem the exact same way as that patch, and that extra permissiveness led
to my misinterpretation when analyzing
Robin Schoonover added the comment:
Fair enough, I misled myself.
However, and I feel like I'm getting really picky here, but it still doesn't
fulfill the paragraph I quoted:
def application(environ, start_response):
start_response('200 OK',
Changes by Robin Schoonover :
--
nosy: +pje
___
Python tracker
<http://bugs.python.org/issue18610>
___
___
Python-bugs-list mailing list
Unsubscribe:
New submission from Robin Schoonover:
Consider this paragraph of PEP, referring to headers obtained
via start_response, emphasis mine:
Instead, it must store them for the server or gateway to
transmit only after the first iteration of the application
return value that yields a
Changes by Robin Schoonover :
--
keywords: +patch
Added file: http://bugs.python.org/file35810/wsgiref-empty-byte.patch
___
Python tracker
<http://bugs.python.org/issue21
Robin Schoonover added the comment:
Issue also occurs if .read() is used with no size.
--
title: wsgi.simple_server's wsgi.input readline waits forever for
non-multipart/form-data -> wsgi.simple_server's wsgi.input read/readline waits
forever in certain
New submission from Robin Schoonover:
In the reference WSGI server in wsgiref.simple_server, wsgi.input's readline()
hangs if the request body does not actually contain any
newlines.
Consider the following (slightly silly) example:
from wsgiref.simple_server import make_server
Robin Schreiber added the comment:
Everything except for the Xxo_Type. But you are right. Then again, why are
these global static variables from the start? Isn't this because xxmodule is
some kind of "dummy" module that is supposed to demonstrate some coding
conventions
Robin Schreiber added the comment:
Updated patch accordingly.
Regarding the problem in
http://mail.python.org/pipermail/python-dev/2013-August/127862.html , it can
indeed be solved by returning the already existing module object, if PyInit is
called multiple times. I followed the discussion
Robin Schreiber added the comment:
Antoine, regarding that the last pending problem with the patch is related to
the NULL checking of FindModule, I would be inclined to include your proposed
helper API. I see that issue18710 has not been included into the trunk yet, but
I think this is mostly
Robin Schreiber added the comment:
Updated the patch, corrected multiple syntax errors and missing INCREFS. Also
added the comments that include the members names. I am yet undecided regarding
the NULL-check for FindModule.
Apart from that I have tried to build some tests that prove that
Robin Schreiber added the comment:
I absolutely agree on mentioning the member names in the comments. :-)
In the example Martin gave in his PEP 3121, the PyInit does not perform any
INCREFs on the Variables that are referenced from inside the module state.
He therefore left out m_free
Robin Schreiber added the comment:
I have in fact used abitype.py to produce all of my PEP 384 patches, however it
failed to work correctly in like 50% of all cases, and I had to complete the
rest of the patch by hand.I thought about correcting the abitype.py throughout
the GSOC, but I
Changes by Robin Schoonover :
--
title: wsgiref.validator expects wsgi.input read to give exactly one arg ->
wsgiref.validate expects wsgi.input read to give exactly one arg
___
Python tracker
<http://bugs.python.org/issu
New submission from Robin Schoonover:
wsgiref.validator requires wsgi.input's read to always give EXACTLY one
argument. This is incorrect.
It's own documentation says:
* That wsgi.input is used properly:
- .read() is called with zero or one argument
PEP says:
A server should
Robin Schreiber added the comment:
Updated posixmodule to work with the 3.4 Branch version.
--
keywords: +patch
Added file: http://bugs.python.org/file28317/posix_pep3121-384_v1.patch
___
Python tracker
<http://bugs.python.org/issue15
Robin Schreiber added the comment:
Updated parsermodule patch to work with 3.4 Branch version.
--
keywords: +patch
Added file: http://bugs.python.org/file28316/parser_pep3121-384_v1.patch
___
Python tracker
<http://bugs.python.org/issue15
Robin Schreiber added the comment:
Updated patch to work with 3.4 Branch version of _struct.c
--
keywords: +patch
Added file: http://bugs.python.org/file28315/_struct_pep3121-384_v1.patch
___
Python tracker
<http://bugs.python.org/issue15
Robin Schreiber added the comment:
Patch updated to work with current 3.4 Branch version of elementtree.
--
keywords: +patch
Added file: http://bugs.python.org/file28311/_elementtree_pep3121-384_v1.patch
___
Python tracker
<http://bugs.python.
Robin Schreiber added the comment:
I have updated the patch to work again with the current version of the
_datetimemodule.
Regarding the suggestion of separating PEP3121 and PEP384. It might be true
that datetime and other modules do not benefit directly from PEP 384, however
it is still a
Robin Schreiber added the comment:
Here is revised version of the patch.
Martin von Löwis and I had discovered a way to reproduce problems with
refactored modules, that
occur without this patch. This is was several months ago, however I will try to
give you a code sample
Robin Schreiber added the comment:
Take a look at the discussion in Issue 15653.
--
___
Python tracker
<http://bugs.python.org/issue15650>
___
___
Python-bug
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15389>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
nosy: +loewis
___
Python tracker
<http://bugs.python.org/issue15682>
___
___
Python-bugs-list mailin
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
nosy: +loewis
___
Python tracker
<http://bugs.python.org/issue15684>
___
___
Python-bugs-list mailin
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
nosy: +loewis
___
Python tracker
<http://bugs.python.org/issue15680>
___
___
Python-bugs-list mailin
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
nosy: +loewis
___
Python tracker
<http://bugs.python.org/issue15681>
___
___
Python-bugs-list mailin
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
nosy: +loewis
___
Python tracker
<http://bugs.python.org/issue15685>
___
___
Python-bugs-list mailin
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15686>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
nosy: +loewis
___
Python tracker
<http://bugs.python.org/issue15687>
___
___
Python-bugs-list mailin
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
nosy: +loewis
___
Python tracker
<http://bugs.python.org/issue15688>
___
___
Python-bugs-list mailin
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
nosy: +loewis
___
Python tracker
<http://bugs.python.org/issue15689>
___
___
Python-bugs-list mailin
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15690>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15691>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15697>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15698>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15699>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15700>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15703>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15704>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15705>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15706>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15707>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15708>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15709>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15712>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15713>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15714>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15651>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15654>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15652>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15655>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15665>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15662>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15666>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15667>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Robin Schreiber :
--
keywords: +pep3121 -patch
___
Python tracker
<http://bugs.python.org/issue15669>
___
___
Python-bugs-list mailing list
Unsubscribe:
1 - 100 of 261 matches
Mail list logo