Arkadiusz MiskiewiczArkadiusz Miskiewicz added the
comment:
How to deal with this on python 2.5.x? I assume that msg21288 means that
fakeclose.diff isn't good way for python 2.5.x.
Unfortunately there are web services that refuse to respond to second
que
Arkadiusz MiskiewiczArkadiusz Miskiewicz
added the comment:
About why xz is important.
gnu.org, tug.org started publishing sources in xz format, quick grep:
autoconf/autoconf.spec:Source0:
http://ftp.gnu.org/gnu/autoconf/%{name}-%{version}.tar.xz
coreutils
New submission from Arkadiusz Miskiewicz
Arkadiusz Miskiewicz :
Starting with zlib 1.2.4 zlib test suite fails with:
test test_zlib failed -- Traceback (most recent call last):
File "/home/users/arekm/rpm/BUILD/Python-2.6.5/Lib/test/test_zlib.py", li
New submission from Arkadiusz Miskiewicz
Arkadiusz Miskiewicz :
Python 3.8.1 files:
Lib/encodings/rot_13.py \
Lib/lib2to3/tests/data/different_encoding.py \
Lib/lib2to3/tests/data/false_encoding.py \
Tools/gdb/libpython.py
Arkadiusz MiskiewiczArkadiusz Miskiewicz
added the comment:
These look to be python2 files. Since python2 is close to EOL should these be
ported to python3?
There are more of these in git:
Lib/encodings/rot_13.py \
Lib/lib2to3/tests/data
Arkadiusz MiskiewiczArkadiusz Miskiewicz
added the comment:
That test program hangs even on Linux (kernel 4.9.184, glibc 2.30):
$ python3 a.py
Process ForkPoolWorker-13:
Process ForkPoolWorker-12:
Process ForkPoolWorker-16:
Process ForkPoolWorker-15:
Process
New submission from Arkadiusz Miskiewicz
Arkadiusz Miskiewicz :
I'm trying to run python from UID which doesn't have entry in passwd database.
This fails with:
Traceback (most recent call last):
File "/usr/share/python2.7/site.py", line
Arkadiusz MiskiewiczArkadiusz Miskiewicz
added the comment:
$ LC_ALL=C sudo -u '#' -g '#' /bin/sh -c 'unset HOME ; python -c ""'
Traceback (most recent call last):
File "/usr/share/python2.7/site.py", lin
New submission from Arkadiusz Miskiewicz
Arkadiusz Miskiewicz :
Python/ceval.c and many other places rely on __ppc__ (and __ppc64__)
symbol defined like below.
Unfortunately on my Linux ppc __ppc__ is never defined while
__powerpc__ is. Build fortunately failed
New submission from Arkadiusz Miskiewicz
Arkadiusz Miskiewicz :
SocketServer.py contains call os.waitpid(0, options=0)
but os.waitpid doesn't accept keyword arguments.
I guess the best fix is to make waitpid accept such arguments.
Traceback (most recent
Changes by Arkadiusz Miskiewicz Arkadiusz Miskiewicz
:
--
nosy: +arekm
___
Python tracker
<http://bugs.python.org/issue28700>
___
___
Arkadiusz MiskiewiczArkadiusz Miskiewicz added the
comment:
Using configure option
--with-dbmliborder=gdbm:bdb
(so no ndbm in it) is another reason for such failure as seems that test suite
has no conditional for it
Arkadiusz MiskiewiczArkadiusz Miskiewicz added the
comment:
Should it work with /configure '--with-cxx-main=g++' && make?
Because currently it doesn't:
g++ -c -Wno-unused-result -Wsign-compare -Wunreachable-code -DNDEBUG -g -fwrapv
-O3 -W
Arkadiusz MiskiewiczArkadiusz Miskiewicz added the
comment:
Same for 3.5 branch from hg (git mirror actually).
--
___
Python tracker
<http://bugs.python.org/issue25
14 matches
Mail list logo