Seppo Yli-Olli added the comment:
I don't personally know enough of CPython (I barely know enough C) to do the
patches but I'd just comment that as this might increase complexity of
implementation and wide char API's are used, it might be prudent to make sure
the new imple
New submission from Seppo Yli-Olli :
MSDN documents that REG_MULTI_SZ is not supposed to have \0\0 anywhere else
than in the end. The comment in
https://github.com/python/cpython/blob/a5293b4ff2c1b5446947b4986f98ecf5d52432d4/PC/winreg.c#L504
clearly shows that Python has the assumption that
Seppo Yli-Olli added the comment:
ERRATA
Misunderstood the meaning of ERRATA, please ignore my last post.
Roumen Petrov wrote:
> Where is written that compiler is gcc ? Yes this is current distutils
> code but please review my set of patches
I kinda like the using --target-help for findi
Seppo Yli-Olli added the comment:
Since Renata's ERRATA was unclear to whether or not this was *actually* removed
(please point to a changeset if the option was removed):
If the option is no longer required by Pidgin and that was the original reason
to have it in the first, there's
Seppo Yli-Olli added the comment:
Would it be practical to have a trivial compilation test to see if we are
capable of using GCC with -mno-cygwin and if so, use it, otherwise drop off? I
think GNU autotools uses a similar strategy for detecting compiler capabilities.
--
nosy
Changes by Seppo Yli-Olli :
--
type: -> feature request
___
Python tracker
<http://bugs.python.org/issue12430>
___
___
Python-bugs-list mailing list
Unsubscri
New submission from Seppo Yli-Olli :
Checksums need to be mirrored as well, otherwise having mirrors is a waste of
money because PyPi main server being slow ends up with whole download failing.
If this is the wrong bug tracker, please advice me to the right one so this can
be resolved