Navigation Menu

Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance test.pythoninfo: meta-ticket for multiple changes #77898

Closed
vstinner opened this issue May 31, 2018 · 8 comments
Closed

Enhance test.pythoninfo: meta-ticket for multiple changes #77898

vstinner opened this issue May 31, 2018 · 8 comments
Labels
3.7 (EOL) end of life 3.8 only security fixes tests Tests in the Lib/test dir type-feature A feature request or enhancement

Comments

@vstinner
Copy link
Member

BPO 33717
Nosy @vstinner, @zhangyangyu
PRs
  • bpo-33717: pythoninfo: add CC --version #7290
  • [3.7] bpo-33692: Update pythoninfo from master #7298
  • [3.6] bpo-33692: Update pythoninfo from master #7301
  • [2.7] bpo-33692: Update pythoninfo from master #7304
  • bpo-33717: set terse=True in pythoninfo.collect_platform #7797
  • [3.6] bpo-33717: set terse to True when calling platform.platform in test.pythoninfo (GH-7797) #7802
  • [2.7] bpo-33717: set terse to True when calling platform.platform in test.pythoninfo (GH-7797) #7803
  • bpo-33717: pythoninfo logs information of all clocks #11460
  • bpo-33717: pythoninfo logs information of all clocks #11460
  • bpo-33717: pythoninfo logs information of all clocks #11460
  • Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.

    Show more details

    GitHub fields:

    assignee = None
    closed_at = <Date 2018-09-19.23:06:51.848>
    created_at = <Date 2018-05-31.13:42:39.878>
    labels = ['3.7', '3.8', 'type-feature', 'tests']
    title = 'Enhance test.pythoninfo: meta-ticket for multiple changes'
    updated_at = <Date 2019-01-08.00:27:31.286>
    user = 'https://github.com/vstinner'

    bugs.python.org fields:

    activity = <Date 2019-01-08.00:27:31.286>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2018-09-19.23:06:51.848>
    closer = 'vstinner'
    components = ['Tests']
    creation = <Date 2018-05-31.13:42:39.878>
    creator = 'vstinner'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 33717
    keywords = ['patch']
    message_count = 8.0
    messages = ['318309', '318347', '318384', '318386', '318391', '319990', '319991', '333190']
    nosy_count = 2.0
    nosy_names = ['vstinner', 'xiang.zhang']
    pr_nums = ['7290', '7298', '7301', '7304', '7797', '7802', '7803', '11460', '11460', '11460']
    priority = 'normal'
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'enhancement'
    url = 'https://bugs.python.org/issue33717'
    versions = ['Python 2.7', 'Python 3.6', 'Python 3.7', 'Python 3.8']

    @vstinner
    Copy link
    Member Author

    Lib/test/pythoninfo.py is a tool to dump informations to help to debug test failures.

    I create this issue to have a bpo number for future enhancements. For example, I now would like to get the version of the C compiler.

    @vstinner vstinner added 3.7 (EOL) end of life 3.8 only security fixes tests Tests in the Lib/test dir type-feature A feature request or enhancement labels May 31, 2018
    @vstinner vstinner changed the title Enhance test.pythinfo: meta-ticket for multiple changes Enhance test.pythoninfo: meta-ticket for multiple changes May 31, 2018
    @vstinner
    Copy link
    Member Author

    New changeset 5601321 by Victor Stinner in branch 'master':
    bpo-33717: pythoninfo: add CC --version (bpo-7290)
    5601321

    @vstinner
    Copy link
    Member Author

    vstinner commented Jun 1, 2018

    New changeset b9afe64 by Victor Stinner in branch '3.6':
    bpo-33692: Update pythoninfo from master (GH-7301)
    b9afe64

    @vstinner
    Copy link
    Member Author

    vstinner commented Jun 1, 2018

    New changeset 466aae5 by Victor Stinner in branch '3.7':
    bpo-33692: Update pythoninfo from master (GH-7298)
    466aae5

    @vstinner
    Copy link
    Member Author

    vstinner commented Jun 1, 2018

    New changeset 0f64262 by Victor Stinner in branch '2.7':
    bpo-33692: Update pythoninfo from master (GH-7304)
    0f64262

    @zhangyangyu
    Copy link
    Member

    New changeset b2dd5f1 by Xiang Zhang (Miss Islington (bot)) in branch '2.7':
    bpo-33717: set terse to True when calling platform.platform in test.pythoninfo (GH-7797) (GH-7803)
    b2dd5f1

    @zhangyangyu
    Copy link
    Member

    New changeset 6aa283a by Xiang Zhang (Miss Islington (bot)) in branch '3.6':
    bpo-33717: set terse to True when calling platform.platform in test.pythoninfo (GH-7797) (GH-7802)
    6aa283a

    @vstinner
    Copy link
    Member Author

    vstinner commented Jan 8, 2019

    New changeset ddd7c42 by Victor Stinner in branch 'master':
    bpo-33717: pythoninfo logs information of all clocks (GH-11460)
    ddd7c42

    @ezio-melotti ezio-melotti transferred this issue from another repository Apr 10, 2022
    Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
    Labels
    3.7 (EOL) end of life 3.8 only security fixes tests Tests in the Lib/test dir type-feature A feature request or enhancement
    Projects
    None yet
    Development

    No branches or pull requests

    2 participants