cpython/Misc/NEWS.d
Victor Stinner ddc163df25
bpo-34783: Fix Py_Main() (GH-9526)
Fix a crash with musl libc (on Alpine Linux) when the script filename
specified on the command line doesn't exist. pymain_open_filename()
now gets the current core configuration from the interpreter state.

Modify the code to make it closer to the master branch:

* Rename _Py_CommandLineDetails to _PyCmdline
* Remove _PyMain.config: replaced with a local variable
  'local_config' in pymain_init()
* Reorganize pymain_main(): move code using the "local config"
  into pymain_init()
* As soon as possible, switch from the local config to the core
  configuration attached to the interpreter.
2018-09-24 05:03:01 -07:00
..
next bpo-34783: Fix Py_Main() (GH-9526) 2018-09-24 05:03:01 -07:00
3.5.0.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.0a1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.0a2.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.0a3.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.0a4.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.0b1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.0b2.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.0b3.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.0b4.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.0rc1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.0rc2.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.0rc3.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.0rc4.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.1rc1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.2.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.2rc1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.3.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.3rc1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.4.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.4rc1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.5.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.5.5rc1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.0.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.0a1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.0a2.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.0a3.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.0a4.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.0b1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.0b2.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.0b3.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.0b4.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.0rc1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.0rc2.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.1rc1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.2.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.2rc1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.2rc2.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.3.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.3rc1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.4.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.4rc1.rst bpo-30722: Fix NEWS entries (GH-8501) 2018-07-27 19:17:20 +03:00
3.6.5.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.5rc1.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.6.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.6.6rc1.rst Fix NEWS entry for bpo-31647 2018-06-28 04:03:32 -04:00
3.7.0.rst 3.7.0 final 2018-06-26 23:07:35 -04:00
3.7.0a1.rst Fix spaces added after hyphens in news entries. (GH-7579) (GH-7582) 2018-06-10 14:53:21 -04:00
3.7.0a2.rst Fix spaces added after hyphens in news entries. (GH-7579) (GH-7582) 2018-06-10 14:53:21 -04:00
3.7.0a3.rst bpo-30722: Fix NEWS entries (GH-8501) 2018-07-27 19:17:20 +03:00
3.7.0a4.rst bpo-32327: Revert loop.run_in_executor behaviour: return a Future. (#5392) 2018-01-28 14:09:40 -05:00
3.7.0b1.rst [3.7] Fix line breaks added after hyphens by blurb. (GH-7002) (GH-7050) 2018-05-22 14:53:08 +03:00
3.7.0b2.rst [3.7] Fix line breaks added after hyphens by blurb. (GH-7002) (GH-7050) 2018-05-22 14:53:08 +03:00
3.7.0b3.rst [3.7] Fix line breaks added after hyphens by blurb. (GH-7002) (GH-7050) 2018-05-22 14:53:08 +03:00
3.7.0b4.rst 3.7.0b4 2018-05-02 03:41:45 -04:00
3.7.0b5.rst Fix NEWS entry for bpo-31647 2018-06-28 04:03:32 -04:00
3.7.0rc1.rst 3.7.0rc1 2018-06-12 00:46:50 -04:00