Skip to content

Commit 41388c9

Browse files
committed
Python 3.11.16
1 parent 477f29d commit 41388c9

43 files changed

Lines changed: 421 additions & 118 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/pyexpat.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ against some common XML vulnerabilities.
263263
Activation thresholds below 4 MiB are known to break support for DITA 1.3
264264
payload and are hence not recommended.
265265

266-
.. versionadded:: next
266+
.. versionadded:: 3.11.16
267267

268268
.. method:: xmlparser.SetBillionLaughsAttackProtectionMaximumAmplification(max_factor, /)
269269

@@ -295,7 +295,7 @@ against some common XML vulnerabilities.
295295
that can be adjusted by :meth:`.SetBillionLaughsAttackProtectionActivationThreshold`
296296
is exceeded.
297297

298-
.. versionadded:: next
298+
.. versionadded:: 3.11.16
299299

300300
.. method:: xmlparser.SetAllocTrackerActivationThreshold(threshold, /)
301301

Include/patchlevel.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818
/*--start constants--*/
1919
#define PY_MAJOR_VERSION 3
2020
#define PY_MINOR_VERSION 11
21-
#define PY_MICRO_VERSION 15
21+
#define PY_MICRO_VERSION 16
2222
#define PY_RELEASE_LEVEL PY_RELEASE_LEVEL_FINAL
2323
#define PY_RELEASE_SERIAL 0
2424

2525
/* Version as a string */
26-
#define PY_VERSION "3.11.15+"
26+
#define PY_VERSION "3.11.16"
2727
/*--end constants--*/
2828

2929
/* Version as a single 4-byte hex number, e.g. 0x010502B2 == 1.5.2b2.

Lib/pydoc_data/topics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Autogenerated by Sphinx on Tue Mar 3 00:52:44 2026
2+
# Autogenerated by Sphinx on Thu Aug 13 00:02:25 2026
33
# as part of the release process.
44
topics = {'assert': 'The "assert" statement\n'
55
'**********************\n'

0 commit comments

Comments
 (0)