Skip to content

Commit 3a19c2f

Browse files
committed
Python 3.10.21
1 parent 31e6a4c commit 3a19c2f

38 files changed

Lines changed: 367 additions & 105 deletions

File tree

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.10.21
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.10.21
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 10
21-
#define PY_MICRO_VERSION 20
21+
#define PY_MICRO_VERSION 21
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.10.20+"
26+
#define PY_VERSION "3.10.21"
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:49:25 2026
2+
# Autogenerated by Sphinx on Thu Aug 13 00:02:25 2026
33
topics = {'assert': 'The "assert" statement\n'
44
'**********************\n'
55
'\n'

0 commit comments

Comments
 (0)