Skip to content

Commit 8b328df

Browse files
committed
Build 311
1 parent eda4214 commit 8b328df

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGES.txt

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,14 @@ or
1111
As of build 305, installation .exe files have been deprecated; see
1212
https://mhammond.github.io/pywin32_installers.html .
1313

14-
Coming in build 311, as yet unreleased
14+
Coming in build 312, as yet unreleased
1515
--------------------------------------
16+
17+
18+
Build 311, released 2025/07/14
19+
------------------------------
20+
* Fix use-after-free in CertDeleteCertificateFromStore (#2637)
21+
* Better support for COM identifiers with non-ascii characters (#2632)
1622
* pywin32's own warnings will now refer to the caller, rather than to the internal source of warning itself (#2594, @Avasam)
1723
* Fixed a regression that broke special __dunder__ methods with CoClass. (#1870, #2493, @Avasam, @geppi)
1824
* Fixed `TypeError: cannot unpack non-iterable NoneType object` when registering an axscript client ScriptItem (#2513, @Avasam)

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
from __future__ import annotations
22

3-
build_id = "310.1" # may optionally include a ".{patchno}" suffix.
3+
build_id = "311" # may optionally include a ".{patchno}" suffix.
44

55
__doc__ = """This is a distutils setup-script for the pywin32 extensions.
66

0 commit comments

Comments
 (0)