[issue30871] Add test.pythoninfo

2018-08-12 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: All of these failures seems related to `collect_gdb` I am going to open a new issue: https://bugs.python.org/issue34388 Please, re-open this one if you think is better to have both open. -- status: open -> closed

[issue30871] Add test.pythoninfo

2018-08-12 Thread Pablo Galindo Salgado
Change by Pablo Galindo Salgado : -- status: closed -> open ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue30871] Add test.pythoninfo

2018-08-12 Thread Pablo Galindo Salgado
Pablo Galindo Salgado added the comment: pythoninfo is failing on several buildbots: https://buildbot.python.org/all/#/builders/102/builds/55 https://buildbot.python.org/all/#/builders/79/builds/237 https://buildbot.python.org/all/#/builders/112/builds/161

[issue30871] Add test.pythoninfo

2017-09-08 Thread STINNER Victor
STINNER Victor added the comment: pythoninfo is now available on all buildbots, including Python 2.7 VS9.0 buildbots: https://bugs.python.org/issue31260#msg301747 -- resolution: -> fixed status: open -> closed ___ Python tracker

[issue30871] Add test.pythoninfo

2017-08-22 Thread STINNER Victor
STINNER Victor added the comment: I modified the buildbot configuration so a pythoninfo failure marks the build as WARNINGS instead of FAILED: https://github.com/python/buildmaster-config/commit/3866fac355b91d9d56507c345992fad2169759b4 But I'm not sure that it works :-/ I forced a build, but

[issue30871] Add test.pythoninfo

2017-08-22 Thread STINNER Victor
STINNER Victor added the comment: I created bpo-31260: [2.7] Enhance PC/VS9.0/ project to produce python.bat, as PCbuild/ -- ___ Python tracker ___

[issue30871] Add test.pythoninfo

2017-08-22 Thread STINNER Victor
STINNER Victor added the comment: Crap, everything is fine on all CIs... except of a single Windows buildbot using Visual Studio 2010 which doesn't produce the required python.bat:

[issue30871] Add test.pythoninfo

2017-08-21 Thread STINNER Victor
STINNER Victor added the comment: I also added pythoninfo to Python 2.7. I made minor adjustements for Python 2.7, like accept (int, long) for integers, remove info only available on Python 3, and add sys.maxint. -- resolution: -> fixed stage: patch review -> resolved status: open ->

[issue30871] Add test.pythoninfo

2017-08-21 Thread STINNER Victor
STINNER Victor added the comment: New changeset cce1cb9180dd9143c5b2ce094a52c555b42c7aa8 by Victor Stinner in branch '2.7': bpo-30871: Add test.pythoninfo (#3174) (#3175) https://github.com/python/cpython/commit/cce1cb9180dd9143c5b2ce094a52c555b42c7aa8 --

[issue30871] Add test.pythoninfo

2017-08-21 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +3212 ___ Python tracker ___ ___

[issue30871] Add test.pythoninfo

2017-08-21 Thread STINNER Victor
STINNER Victor added the comment: Ok, pythoninfo is now enabled on Python 3.6 as well. -- ___ Python tracker ___

[issue30871] Add test.pythoninfo

2017-08-21 Thread STINNER Victor
STINNER Victor added the comment: New changeset 29d007bb670b486788f73c2d742b0ad0b679ff13 by Victor Stinner in branch '3.6': [3.6] bpo-30871: Add test.pythoninfo (#3174) https://github.com/python/cpython/commit/29d007bb670b486788f73c2d742b0ad0b679ff13 --

[issue30871] Add test.pythoninfo

2017-08-21 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +3210 ___ Python tracker ___ ___

[issue30871] Add test.pythoninfo

2017-08-18 Thread STINNER Victor
STINNER Victor added the comment: New changeset 92b1f90143286385c0ff5be98d3721b90580a912 by Victor Stinner in branch 'master': bpo-31231: Fix pythoninfo in Travis config (#3134) https://github.com/python/cpython/commit/92b1f90143286385c0ff5be98d3721b90580a912 --

[issue30871] Add test.pythoninfo

2017-08-18 Thread STINNER Victor
Changes by STINNER Victor : -- pull_requests: +3169 ___ Python tracker ___ ___

[issue30871] Add test.pythoninfo

2017-08-18 Thread STINNER Victor
STINNER Victor added the comment: I applied Segev Finer's fix for bpo-30121 (commit 4d3851727fb82195e4995c6064b0b2d6cbc031c4 ), so test.pythoninfo now works properly on Windows. I added a new pythoninfo step to Unix and Windows buildbots. It seems like everything is fine. I will wait a few

[issue30871] Add test.pythoninfo

2017-08-18 Thread STINNER Victor
Changes by STINNER Victor : -- title: Add a "python info" command somewhere to dump versions of all dependencies -> Add test.pythoninfo ___ Python tracker