Changes by Thomas Chiroux :
--
title: HCI Bluetooth socket bind error on an arm crosscompiler environment ->
HCI Bluetooth socket bind error on an arm crosscompiled environment
___
Python tracker
<http://bugs.python.org/issu
New submission from Thomas Chiroux:
This bug bellow occurs only on my crosscompiled environment on arm (marvell
armada 166): arm-pxa168-linux-gnueabi
It does not seems to be a cross-compile issue: python compiles without problem
and all unittests pass on the target device.
description and
Thomas Chiroux added the comment:
That's right.
Lets consider this 'patch' was more for illustrating my example (like: this
kind of modification may work) than to add directly into python core module...
(which i'm not capable of)
But I think the problem remains: do yo
Thomas Chiroux added the comment:
updated diff file, unified format
--
Added file: http://bugs.python.org/file28151/diff_unified_threading.py_2.7.patch
___
Python tracker
<http://bugs.python.org/issue16
New submission from Thomas Chiroux:
when using multi-inheritance and super() in __init__(), super() tries to run
each constructor once.
For this to work correctly, it is needed to call super() in each constructor,
including for Classes directly inherited from object.
The sample below does not