File tree 1 file changed +1
-40
lines changed
1 file changed +1
-40
lines changed Original file line number Diff line number Diff line change
1
+
1
2
.. bpo: 36216
2
3
.. date: 2019-03-06-09-38-40
3
4
.. nonce: 6q1m4a
@@ -564,15 +565,6 @@ and thereby avoid using partially-loaded modules. Patch by Tim Burgess.
564
565
565
566
..
566
567
567
- .. bpo: 31715
568
- .. date: 2018-08-15-16-22-30
569
- .. nonce: Iw8jS8
570
- .. section: Library
571
-
572
- Associate ``.mjs `` file extension with ``application/javascript `` MIME Type.
573
-
574
- ..
575
-
576
568
.. bpo: 33687
577
569
.. date: 2018-06-10-14-08-52
578
570
.. nonce: 1zZdnA
@@ -852,27 +844,6 @@ sun when compiling.
852
844
853
845
..
854
846
855
- .. bpo: 35499
856
- .. date: 2018-12-14-19-36-05
857
- .. nonce: 9yAldM
858
- .. section: Build
859
-
860
- ``make profile-opt `` no longer replaces ``CFLAGS_NODIST `` with ``CFLAGS ``.
861
- It now adds profile-guided optimization (PGO) flags to ``CFLAGS_NODIST ``:
862
- existing ``CFLAGS_NODIST `` flags are kept.
863
-
864
- ..
865
-
866
- .. bpo: 35257
867
- .. date: 2018-12-05-22-28-40
868
- .. nonce: dmcd_s
869
- .. section: Build
870
-
871
- Avoid leaking the linker flags from Link Time Optimizations (LTO) into
872
- distutils when compiling C extensions.
873
-
874
- ..
875
-
876
847
.. bpo: 24643
877
848
.. date: 2019-02-24-07-52-39
878
849
.. nonce: PofyiS
@@ -1227,13 +1198,3 @@ Fix py-list and py-bt commands of python-gdb.py on gdb7.
1227
1198
.. section: C API
1228
1199
1229
1200
Fixed :c:func: `_PyBytes_Resize ` for empty bytes objects.
1230
-
1231
- ..
1232
-
1233
- .. bpo: 35259
1234
- .. date: 2018-11-22-13-52-36
1235
- .. nonce: p07c61
1236
- .. section: C API
1237
-
1238
- Conditionally declare :c:func: `Py_FinalizeEx() ` (new in 3.6) based on
1239
- Py_LIMITED_API. Patch by Arthur Neufeld.
You can’t perform that action at this time.
0 commit comments