Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Address most reportCallIssue found by pyright #2333

Open
wants to merge 14 commits into
base: main
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' of https://github.com/mhammond/pywin32 into fix-m…
…ost-reportCallIssue
Avasam committed Mar 10, 2025

Verified

This commit was signed with the committer’s verified signature.
Daanvdplas Daan van der Plas
commit 4170eab4c8edea2dc86053188b8c7280b12f0c15
12 changes: 10 additions & 2 deletions CHANGES.txt
Original file line number Diff line number Diff line change
@@ -13,11 +13,19 @@ https://mhammond.github.io/pywin32_installers.html .

Coming in build 310, as yet unreleased
--------------------------------------
* Fixed `AttributeError: 'Enumerator' object has no attribute 'resultCLSID'` when cloning a win32com client enumerator (#2333, @Avasam)
* Drop support for Vista, set Windows 7 as the minimal Windows version. (#, @Avasam)
* Restores many IIDs in `win32com(ext).shell.shell`. See #2486 for details.

* Fixed `AttributeError: 'Enumerator' object has no attribute 'resultCLSID'` when cloning a win32com client enumerator (#2333, @Avasam)
* Changed the implementation of 'com_record' to a subclassable Python type (2437#, #2361, @geppi)
Build 309, released 2025/03/09
------------------------------
## pywin32
* Fixed Access Violation crashes in 3.12 by moving `PyWInObject_Free*` methods so GIL is acquired (#2467, @Mscht)
* Added support for relative path for `pywin32_postinstall`'s `-destination` argument (#2454, @Avasam)
* The postinstall script is now available as a console script. You can invoke it in one of two new methods: (#2408, @Avasam)
1. `python -m pywin32_postinstall -install` (recommended)
2. `pywin32_postinstall -install` (shorter but you don't have control over which python environment is used)
* Changed the implementation of 'com_record' to a subclassable Python type (#2437, #2361, @geppi)
* Removed param `hIcon` from `win32comext.shell.ShellExecuteEx`. It was unusable since Windows Vista (#2423, @Avasam)
* Fixed `nbios.NCBStruct` packing (#2406, @Avasam)
* Restored axdebug builds on Python 3.10 (#2416, @Avasam)
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.