New submission from Joshua Kinard :
Inside a MIPS O32 chroot, based on uclibc-ng-1.0.32, if python-27 or python-3.7
are built against ncurses-6.2, then after compilation, there is a crash in the
'_curses' module. Specific to Python-3.7, the crash is in
Modules/_cursesmod
Joshua Kinard added the comment:
I was able to modify eryksun's patch for Python-2.7.15, at least the bulk of
it. It looks like the '_PyOS_SigintEvent' function is new to the 3.x branch,
and despite it being a fairly simple function, it's used in a few core Python
modul
Joshua Kinard added the comment:
I have to disagree rather strongly with closing this as "not a bug". If the
issue really boils down to incorrectly passing a single string when there is
only one item in 'values', and a single-item tuple should be used instead, then
New submission from Joshua Kinard :
I think I've found another bug with Tkinter's string handling in Python 2.7.14,
before it passes off to the TCL interpreter when inserting items into a
ttk.Treeview widget. Specifically, it doesn't handle strings containing
semi-colons ve
Joshua Kinard added the comment:
Fair enough. I am stuck working with 2.7 for quite a while longer due to
platform constraints, but hopefully can migrate over to 3.x at some point. Was
worth asking :)
At least try to cherrypick that one commit from the TCL/Tk source I referenced
so that
Joshua Kinard added the comment:
@Terry: This only applies on the Windows release of Python. On both Linux and
FreeBSD, you can wind up with Python 2.7 and Tk-8.6.x by default in some
instances:
# pkg info | grep python27
python27-2.7.13_1 Interpreted object-oriented programming
Joshua Kinard added the comment:
Hi,
I came across a StackOverflow question that apparently turned up a bug in Tk
itself with regards to Spinboxes on Windows Aero themes. The question is here:
http://stackoverflow.com/q/30783603/
And I did a deep-dive of the issue here as the accepted answer
Joshua Kinard added the comment:
Is there any movement on this perchance? Just bumped into this on my
MIPS platform and discovered this bug.
--
nosy: +kumba
___
Python tracker
<http://bugs.python.org/issue4
Joshua Kinard added the comment:
Roumen,
I took a look at 4010, and tried your patch (as well as attempted to
apply the latter patch, but they changes are too great). Neither one
helped resolve my issue, but I should probably explain the angle I'm
attacking this from so you have an id
Joshua Kinard added the comment:
Making progress!
Adapted the cross-2.5.1.patch from Issue #1597850, integrated the %zd
printf fixup patch, and added another cross-compiler check for the
libffi configure bits in setup.py (it'd pass libffi's configure no
--host options, so libffi wou
Joshua Kinard added the comment:
Anyone gotten farther on getting Python-2.5.x to cross-compile? I'm
trying to get x86_64-pc-linux-gnu --> mipsel-unknown-linux-gnu, and
after some hacking at the last updated cross-2.5.1.patch, plus a fix for
the %zd printf bugaboo, plus adding in co
Joshua Kinard added the comment:
Gotcha. Not sure how far off Gentoo is from supporting 2.6 -- our
primary package manager relies on it, so the updates tend to be slow.
for moving to new versions.
Do you guys maintain any kind of an "internals" guide to the build
system anywhere
Joshua Kinard added the comment:
Gotcha, I'll poke around and see what I can find. Are you guys open to
patches for 2.5.x still if we find something that needs patching (versus
passing lots of variables to the make process)?
___
Python tracker
New submission from Joshua Kinard :
I'm attempting to get Python to cross-compile, and I'm not sure if this
is an actual flaw in the build system or not, but thought I'd detail
what I can here and seek comment from those in the know.
What happens is under a cross-environment se
14 matches
Mail list logo