New submission from Ben Gamari:
argparse suffers from a failing assertion when formatting a long usage message
with an option whose metavar contains a comma. This can be seen in the attached
testcase, which fails with,
Traceback (most recent call last):
File "/home/ben/hi.py", l
Changes by Ben Gamari :
--
status: open -> languishing
___
Python tracker
<http://bugs.python.org/issue10782>
___
___
Python-bugs-list mailing list
Unsubscri
Ben Gamari added the comment:
Sorry, no log is available.
--
___
Python tracker
<http://bugs.python.org/issue13055>
___
___
Python-bugs-list mailing list
Unsub
Ben Gamari added the comment:
The bug was encountered while trying to install a package. As it turns out, a
dependency was incorrectly installed, resulting in a null version being passed
around which quickly caused a crash in setup.py. While this is definitely not a
normal circumstance, the
Changes by Ben Gamari :
--
assignee: -> tarek
components: +Distutils
nosy: +eric.araujo, tarek
type: -> crash
versions: +Python 2.7
___
Python tracker
<http://bugs.python.org/i
Changes by Ben Gamari :
Added file: http://bugs.python.org/file23253/distutils-workaround.patch
___
Python tracker
<http://bugs.python.org/issue13055>
___
___
Python-bug
New submission from Ben Gamari :
The distutils.LooseVersion constructor currently only calls parse if vstring
has a value. Unfortunately, this means that a user passing in vstring="" or
vstring=None gets a version object with self.vstring and self.version unset.
This wreaks havoc
Ben Gamari added the comment:
Has there been any progress here?
--
nosy: +bgamari
___
Python tracker
<http://bugs.python.org/issue3244>
___
___
Python-bugs-list m
Ben Gamari added the comment:
Well, I'm not convinced that overriding config.cache is the best solution, but
I am not really sure what else can be done. So far I've just been carrying a
patch which changes configure.in, but this is clearly an
New submission from Ben Gamari :
Configure.in assumes that %lld is not supported by printf if cross-compiling.
This causes build errors in pyport.h,
In file included from Include/Python.h:58:0,
from Parser/parser.c:8:
Include/pyport.h:243:13: error: #error "This platf
Ben Gamari added the comment:
The problem seems to have been that I tried passing mutate_flag. Things seem to
work fine when the last parameter is omitted.
--
___
Python tracker
<http://bugs.python.org/issue10
Changes by Ben Gamari :
--
type: -> behavior
___
Python tracker
<http://bugs.python.org/issue10345>
___
___
Python-bugs-list mailing list
Unsubscri
New submission from Ben Gamari :
Even the simple example included below fails in the following manner,
$ sudo python3.1 hi.py
3
Traceback (most recent call last):
File "hi.py", line 13, in
ioctl(a, EVIOCGID, buf, True)
TypeError: ioctl requires a file or file descriptor, an i
Ben Gamari added the comment:
Has this patch been merged yet?
--
nosy: +bgamari
___
Python tracker
<http://bugs.python.org/issue4487>
___
___
Python-bugs-list m
Ben Gamari added the comment:
What is the status of this?
--
nosy: +bgamari
___
Python tracker
<http://bugs.python.org/issue1368247>
___
___
Python-bugs-list m
Changes by Ben Gamari :
--
nosy: +bgamari
___
Python tracker
<http://bugs.python.org/issue1685453>
___
___
Python-bugs-list mailing list
Unsubscribe:
Changes by Ben Gamari :
--
nosy: +bgamari
___
Python tracker
<http://bugs.python.org/issue1555842>
___
___
Python-bugs-list mailing list
Unsubscribe:
17 matches
Mail list logo