Skip to content

Commit 823f032

Browse files
committed
Python 3.14.7
1 parent 2d684b1 commit 823f032

226 files changed

Lines changed: 2996 additions & 619 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Doc/c-api/init_config.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,7 @@ Some options are read from the :mod:`sys` attributes. For example, the option
623623
624624
.. versionadded:: 3.14
625625
626-
.. versionchanged:: next
626+
.. versionchanged:: 3.14.7
627627
The function now replaces :data:`sys.flags` (create a new object),
628628
instead of modifying :data:`sys.flags` in-place.
629629

Doc/library/concurrent.futures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ in a REPL or a lambda should not be expected to work.
421421
require the *fork* start method for :class:`ProcessPoolExecutor` you must
422422
explicitly pass ``mp_context=multiprocessing.get_context("fork")``.
423423

424-
.. versionchanged:: next
424+
.. versionchanged:: 3.14.7
425425
Fixed a deadlock (:gh:`115634`) where the executor could hang after
426426
a worker process exited upon reaching its *max_tasks_per_child*
427427
limit while tasks remained queued.

Include/patchlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
/*--start constants--*/
2020
#define PY_MAJOR_VERSION 3
2121
#define PY_MINOR_VERSION 14
22-
#define PY_MICRO_VERSION 6
22+
#define PY_MICRO_VERSION 7
2323
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
2424
#define PY_RELEASE_SERIAL 0
2525

2626
/* Version as a string */
27-
#define PY_VERSION "3.14.6+"
27+
#define PY_VERSION "3.14.7"
2828
/*--end constants--*/
2929

3030

Lib/pydoc_data/module_docs.py

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)