Skip to content

The value of Py_SetPath is not used to populate the configuration #82415

@pablogsal

Description

@pablogsal
BPO 38234
Nosy @vstinner, @ambv, @koobs, @zooba, @pablogsal, @miss-islington
PRs
  • bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called #16298
  • bpo-38234: Remove _PyPathConfig.dll_path #16307
  • [3.8] bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298) #16312
  • [3.8] bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298) #16313
  • bpo-38234: Fix _PyConfig_InitPathConfig() #16335
  • [3.8] bpo-38234: Fix _PyConfig_InitPathConfig() (GH-16335) #16336
  • bpo-38234: read_pth_file() now returns PyStatus #16338
  • [3.8] bpo-38234: Fix Windows _PyPathConfig_Calculate() #16339
  • [3.8] bpo-38234: read_pth_file() now returns PyStatus (GH-16338) #16340
  • bpo-38234: Py_SetPath() uses the program full path #16357
  • bpo-38234: Add tests for Python init path config #16358
  • bpo-38234: test_embed: test pyvenv.cfg and pybuilddir.txt #16366
  • bpo-38234: Cleanup getpath.c #16367
  • bpo-38234: Fix test_embed pathconfig tests #16390
  • bpo-38234: Add test_init_setpath_config() to test_embed #16402
  • bpo-38234: Complete init config documentation #16404
  • bpo-38234: Fix test_embed.test_init_setpath_config() on FreeBSD #16406
  • bpo-38234: Py_Initialize() sets global path configuration #16421
  • [3.8] bpo-38234: Backport path configuration changes from master #16423
  • 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 2019-10-22.22:51:02.493>
    created_at = <Date 2019-09-20.15:19:54.329>
    labels = ['interpreter-core', 'type-bug', '3.8', '3.9']
    title = 'The value of Py_SetPath is not used to populate the configuration'
    updated_at = <Date 2019-10-22.22:51:02.492>
    user = 'https://github.com/pablogsal'

    bugs.python.org fields:

    activity = <Date 2019-10-22.22:51:02.492>
    actor = 'vstinner'
    assignee = 'none'
    closed = True
    closed_date = <Date 2019-10-22.22:51:02.493>
    closer = 'vstinner'
    components = ['Interpreter Core']
    creation = <Date 2019-09-20.15:19:54.329>
    creator = 'pablogsal'
    dependencies = []
    files = []
    hgrepos = []
    issue_num = 38234
    keywords = ['patch', '3.8regression']
    message_count = 33.0
    messages = ['352856', '352857', '352859', '352862', '352871', '352909', '352913', '352914', '352915', '353030', '353031', '353032', '353034', '353035', '353037', '353042', '353043', '353096', '353099', '353124', '353128', '353129', '353130', '353205', '353241', '353254', '353256', '353277', '353304', '353306', '353309', '353397', '355167']
    nosy_count = 6.0
    nosy_names = ['vstinner', 'lukasz.langa', 'koobs', 'steve.dower', 'pablogsal', 'miss-islington']
    pr_nums = ['16298', '16307', '16312', '16313', '16335', '16336', '16338', '16339', '16340', '16357', '16358', '16366', '16367', '16390', '16402', '16404', '16406', '16421', '16423']
    priority = None
    resolution = 'fixed'
    stage = 'resolved'
    status = 'closed'
    superseder = None
    type = 'behavior'
    url = 'https://bugs.python.org/issue38234'
    versions = ['Python 3.8', 'Python 3.9']

    Metadata

    Metadata

    Assignees

    No one assigned

      Labels

      3.8 (EOL)end of life3.9 (EOL)end of lifeinterpreter-core(Objects, Python, Grammar, and Parser dirs)type-bugAn unexpected behavior, bug, or error

      Projects

      No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions