You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Doc/whatsnew/3.9.rst
+13
Original file line number
Diff line number
Diff line change
@@ -245,6 +245,16 @@ that schedules a shutdown for the default executor that waits on the
245
245
Added :class:`asyncio.PidfdChildWatcher`, a Linux-specific child watcher
246
246
implementation that polls process file descriptors. (:issue:`38692`)
247
247
248
+
compileall
249
+
----------
250
+
251
+
Added new possibility to use hardlinks for duplicated ``.pyc`` files: *hardlink_dupes* parameter and --hardlink-dupes command line option.
252
+
(Contributed by Lumír 'Frenzy' Balhar in :issue:`40495`.)
253
+
254
+
Added new options for path manipulation in resulting ``.pyc`` files: *stripdir*, *prependdir*, *limit_sl_dest* parameters and -s, -p, -e command line options.
255
+
Added the possibility to specify the option for an optimization level multiple times.
256
+
(Contributed by Lumír 'Frenzy' Balhar in :issue:`38112`.)
257
+
248
258
concurrent.futures
249
259
------------------
250
260
@@ -964,3 +974,6 @@ Removed
964
974
* ``PyTuple_ClearFreeList()``
965
975
* ``PyUnicode_ClearFreeList()``: the Unicode free list has been removed in
0 commit comments