Gael added the comment:
I have the same issue on Sun Solaris while compiling Python 2.4.5 on a
Python-less system.
I was using GNU tools (tar, zlib, libgcc and bash).
I have noticed that the error appears while using
--prefix=/something/ending/with/Python-2.4
But if I use --prefix
Gael added the comment:
Amaury Forgeot d'Arc a écrit :
> Amaury Forgeot d'Arc added the comment:
>
> Interesting. What is the content of sys.path when you start ./python from the
> build tree?
>
I will tell you tomorrow, I have no access to the com
Gael added the comment:
Here it is.
Python 2.4.5 (#1, Feb 24 2010, 08:26:11)
[GCC 3.4.6] on sunos5
Type "help", "copyright", "credits" or "license" for more information.
>>> import sys
>>> print sys.path
[
'',
'/tmp/Pyt
New submission from Gael Pasgrimaud :
It can be usefull to allow more than one file in the description-file metadata
so people can concatenate README and CHANGES file.
--
assignee: tarek
components: Distutils2
messages: 127272
nosy: eric.araujo, gawel, tarek
priority: normal
severity
New submission from Gael Pasgrimaud :
distutils2 commands should stop if at least Name and Version metadatas are not
provided in setup.cfg
For now you'll get a UNKNOWN-UNKNOWN.tar.gz
--
assignee: tarek
components: Distutils2
messages: 127277
nosy: eric.araujo, gawel, tarek
pri
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
Gael Le Mignot added the comment:
It's not something that can be easily benched because it depends a lot of the
use case. If some conditions are present (big amount of data sent to XML-RPC,
the XML-RPC server taking a long time to answer, end either Python giving back
the memory to the
Gael Le Mignot added the comment:
Great that join does the optimisation by itself now, but the last issue of the
patch (cleaning the _data array before calling f() so the memory of _data can
be collected earlier) still seems meaningful today