[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-20 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +13352 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-20 Thread STINNER Victor
STINNER Victor added the comment: New changeset 425717fee1c72df464c9f85b9a8d32b9197d1035 by Victor Stinner in branch 'master': bpo-36763: Fix encoding/locale tests in test_embed (GH-13443) https://github.com/python/cpython/commit/425717fee1c72df464c9f85b9a8d32b9197d1035 --

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-20 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +13351 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-20 Thread STINNER Victor
STINNER Victor added the comment: New changeset 6d1c46746e17367caf8a24623cb5c9a9c4e3e036 by Victor Stinner in branch 'master': bpo-36763: Fix Python preinitialization (GH-13432) https://github.com/python/cpython/commit/6d1c46746e17367caf8a24623cb5c9a9c4e3e036 --

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-19 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +13342 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-17 Thread STINNER Victor
STINNER Victor added the comment: New changeset 410759fba80aded5247b693c60745aa16906f3bb by Victor Stinner in branch 'master': bpo-36763: Remove _PyCoreConfig.dll_path (GH-13402) https://github.com/python/cpython/commit/410759fba80aded5247b693c60745aa16906f3bb --

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-17 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +13313 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-17 Thread STINNER Victor
STINNER Victor added the comment: New changeset bab0db6076900cd828588be8595b3cdfade7e7e9 by Victor Stinner in branch 'master': bpo-36763: Use _PyCoreConfig_InitPythonConfig() (GH-13398) https://github.com/python/cpython/commit/bab0db6076900cd828588be8595b3cdfade7e7e9 --

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-17 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +13308 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-17 Thread STINNER Victor
STINNER Victor added the comment: New changeset b594784272d4907b1c40d3c40d17cb081aa9cf9b by Victor Stinner in branch 'master': bpo-36763: _Py_InitializeFromArgs() argc becomes Py_ssize_t (GH-13396) https://github.com/python/cpython/commit/b594784272d4907b1c40d3c40d17cb081aa9cf9b --

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-17 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +13306 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-17 Thread STINNER Victor
STINNER Victor added the comment: New changeset 871ff77c1cd334a141d52b0d003c080a1928731e by Victor Stinner in branch 'master': bpo-36763: Add _PyInitError functions (GH-13395) https://github.com/python/cpython/commit/871ff77c1cd334a141d52b0d003c080a1928731e --

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-17 Thread STINNER Victor
STINNER Victor added the comment: New changeset 12083284c54be25abadd85781d36b63731dc1f0c by Victor Stinner in branch 'master': bpo-36763: _Py_RunMain() doesn't call Py_Exit() anymore (GH-13390) https://github.com/python/cpython/commit/12083284c54be25abadd85781d36b63731dc1f0c --

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-17 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +13305 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-17 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +13298 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-17 Thread STINNER Victor
STINNER Victor added the comment: New changeset cab5d0741ee6adf2ae9ff5aaafe06b75b4b5bca3 by Victor Stinner in branch 'master': bpo-36763: Add _PyCoreConfig_InitPythonConfig() (GH-13388) https://github.com/python/cpython/commit/cab5d0741ee6adf2ae9ff5aaafe06b75b4b5bca3 --

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-17 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +13296 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-17 Thread STINNER Victor
STINNER Victor added the comment: New changeset b16b4e45923f4e4dfd8e970ae4e6a934faf73b79 by Victor Stinner in branch 'master': bpo-36763: Add PyMemAllocatorName (GH-13387) https://github.com/python/cpython/commit/b16b4e45923f4e4dfd8e970ae4e6a934faf73b79 --

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-17 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +13295 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-17 Thread STINNER Victor
STINNER Victor added the comment: New changeset fed02e15b39b6f1521ea21654be5fc0757a8720a by Victor Stinner in branch 'master': bpo-36763: Remove _PyCoreConfig.program (GH-13373) https://github.com/python/cpython/commit/fed02e15b39b6f1521ea21654be5fc0757a8720a --

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-16 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +13284 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-16 Thread STINNER Victor
STINNER Victor added the comment: New changeset 870b035bc6da96689b59dd6f79782ec6f1873617 by Victor Stinner in branch 'master': bpo-36763: Cleanup precmdline in _PyCoreConfig_Read() (GH-13371) https://github.com/python/cpython/commit/870b035bc6da96689b59dd6f79782ec6f1873617 --

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-16 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +13282 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-16 Thread STINNER Victor
STINNER Victor added the comment: New changeset 54b43bb3bb88339b63182b3515cda3efa530ed62 by Victor Stinner in branch 'master': bpo-36763: Add _PyCoreConfig.configure_c_stdio (GH-13363) https://github.com/python/cpython/commit/54b43bb3bb88339b63182b3515cda3efa530ed62 --

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-16 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +13272 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-16 Thread STINNER Victor
STINNER Victor added the comment: New changeset 9ef5dcaa0b3c7c7ba28dbb3ec0c9507d9d05e3a9 by Victor Stinner in branch 'master': bpo-36763: Add _Py_InitializeMain() (GH-13362) https://github.com/python/cpython/commit/9ef5dcaa0b3c7c7ba28dbb3ec0c9507d9d05e3a9 --

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-16 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +13271 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-16 Thread STINNER Victor
STINNER Victor added the comment: New changeset ae239f6b0626e926613a4a1dbafa323bd41fec32 by Victor Stinner in branch 'master': bpo-36763: Add _PyCoreConfig.parse_argv (GH-13361) https://github.com/python/cpython/commit/ae239f6b0626e926613a4a1dbafa323bd41fec32 --

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-16 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +13270 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-16 Thread STINNER Victor
STINNER Victor added the comment: New changeset dbacfc227381fbc7b3c886ea0bd7806ab3dc62c2 by Victor Stinner in branch 'master': bpo-36763: _PyInitError always use int for exitcode (GH-13360) https://github.com/python/cpython/commit/dbacfc227381fbc7b3c886ea0bd7806ab3dc62c2 --

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-16 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +13269 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-14 Thread STINNER Victor
STINNER Victor added the comment: New changeset 5eb8b07f87c66a9ca54fcb90737753ce76a3054d by Victor Stinner in branch 'master': bpo-36763: InitConfigTests tests all core config (GH-13331) https://github.com/python/cpython/commit/5eb8b07f87c66a9ca54fcb90737753ce76a3054d --

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-14 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +13243 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-14 Thread STINNER Victor
STINNER Victor added the comment: New changeset 91c99873d115b9796377d5056785f2abc987520f by Victor Stinner in branch 'master': bpo-36763: Add test for _PyCoreConfig_SetString() (GH-13275) https://github.com/python/cpython/commit/91c99873d115b9796377d5056785f2abc987520f --

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-13 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +13180 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-02 Thread STINNER Victor
STINNER Victor added the comment: I updated my PEP 587: [Python-Dev] RFC: PEP 587 "Python Initialization Configuration": 2nd version https://mail.python.org/pipermail/python-dev/2019-May/157290.html -- ___ Python tracker

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-02 Thread STINNER Victor
STINNER Victor added the comment: New changeset 4631da1242fc96002a3c0462a87d087e567368aa by Victor Stinner in branch 'master': bpo-36763: Remove _PyCoreConfig._init_main (GH-13066) https://github.com/python/cpython/commit/4631da1242fc96002a3c0462a87d087e567368aa --

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-02 Thread STINNER Victor
STINNER Victor added the comment: New changeset 70005ac0fddd8585725b92acd1bc2b8e7b81999c by Victor Stinner in branch 'master': bpo-36763: _PyCoreConfig_SetPyArgv() preinitializes Python (GH-13037) https://github.com/python/cpython/commit/70005ac0fddd8585725b92acd1bc2b8e7b81999c --

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-02 Thread STINNER Victor
STINNER Victor added the comment: New changeset 373893ce51b0eaf0dec901e36a3e4217fbed3e32 by Victor Stinner in branch 'master': bpo-36763: Add _PyCoreConfig._config_version (GH-13065) https://github.com/python/cpython/commit/373893ce51b0eaf0dec901e36a3e4217fbed3e32 --

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-02 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +12983 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-02 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +12982 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-01 Thread STINNER Victor
STINNER Victor added the comment: New changeset cb9fbd35885a8921b9df99e801df4f82e3ba336b by Victor Stinner in branch 'master': bpo-36763: Make _PyCoreConfig.check_hash_pycs_mode public (GH-13052) https://github.com/python/cpython/commit/cb9fbd35885a8921b9df99e801df4f82e3ba336b --

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-01 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +12970 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-01 Thread STINNER Victor
STINNER Victor added the comment: New changeset 1a9f0d8efded4bf37c864ed572beff28c43c7c77 by Victor Stinner in branch 'master': bpo-36763: Add _PyCoreConfig_SetString() (GH-13035) https://github.com/python/cpython/commit/1a9f0d8efded4bf37c864ed572beff28c43c7c77 --

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-01 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +12957 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-05-01 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +12955 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-04-30 Thread STINNER Victor
STINNER Victor added the comment: New changeset db7197543112954b0912e3d46e39fefcb1c3b950 by Victor Stinner in branch 'master': bpo-36763: Rework _PyInitError API (GH-13031) https://github.com/python/cpython/commit/db7197543112954b0912e3d46e39fefcb1c3b950 --

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-04-30 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +12952 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-04-30 Thread STINNER Victor
STINNER Victor added the comment: New changeset 5f38b8407b071acd96da2c8cde411d0e26967735 by Victor Stinner in branch 'master': bpo-36763: Add _PyCoreConfig_SetArgv() (GH-13030) https://github.com/python/cpython/commit/5f38b8407b071acd96da2c8cde411d0e26967735 --

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-04-30 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +12951 ___ Python tracker ___ ___ Python-bugs-list mailing list Unsubscribe:

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-04-30 Thread STINNER Victor
STINNER Victor added the comment: New changeset 463b82a3efe8a6a9f3924a5b37482e961dffe3b8 by Victor Stinner in branch 'master': bpo-36763: Fix Py_SetStandardStreamEncoding() (GH-13028) https://github.com/python/cpython/commit/463b82a3efe8a6a9f3924a5b37482e961dffe3b8 --

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-04-30 Thread STINNER Victor
Change by STINNER Victor : -- keywords: +patch pull_requests: +12950 stage: -> patch review ___ Python tracker ___ ___

[issue36763] PEP 587: Rework initialization API to prepare second version of the PEP

2019-04-30 Thread STINNER Victor
New submission from STINNER Victor : I'm working on changes to complete the PEP 587, Python initiaization API. -- components: Interpreter Core messages: 341167 nosy: vstinner priority: normal severity: normal status: open title: PEP 587: Rework initialization API to prepare second