Skip to content

Commit 2abcf90

Browse files
committed
Python 3.12.14
1 parent c546712 commit 2abcf90

44 files changed

Lines changed: 429 additions & 119 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.12.14
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.12.14
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 12
21-
#define PY_MICRO_VERSION 13
21+
#define PY_MICRO_VERSION 14
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.12.13+"
26+
#define PY_VERSION "3.12.14"
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,4 +1,4 @@
1-
# Autogenerated by Sphinx on Tue Mar 3 13:38:43 2026
1+
# Autogenerated by Sphinx on Wed Aug 12 15:57:50 2026
22
# as part of the release process.
33

44
topics = {

0 commit comments

Comments
 (0)