Skip to content

Commit 0a6fa62

Browse files
committed
Python 3.15.0b4
1 parent c642dc8 commit 0a6fa62

149 files changed

Lines changed: 2195 additions & 431 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/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.15
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
@@ -24,10 +24,10 @@
2424
#define PY_MINOR_VERSION 15
2525
#define PY_MICRO_VERSION 0
2626
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_BETA
27-
#define PY_RELEASE_SERIAL 3
27+
#define PY_RELEASE_SERIAL 4
2828

2929
/* Version as a string */
30-
#define PY_VERSION "3.15.0b3+dev"
30+
#define PY_VERSION "3.15.0b4"
3131
/*--end constants--*/
3232

3333

Lib/pydoc_data/module_docs.py

Lines changed: 1 addition & 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)