Skip to content

Commit 5da4851

Browse files
authored
Merge 995716e into a207ad5
2 parents a207ad5 + 995716e commit 5da4851

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

source/setup.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@ def _genManifestTemplate(shouldHaveUIAccess: bool) -> tuple[int, int, bytes]:
237237
("louis/tables",glob("louis/tables/*")),
238238
("COMRegistrationFixes", glob("COMRegistrationFixes/*.reg")),
239239
(".", glob("../miscDeps/python/*.dll")),
240-
(".", ['message.html' ])
240+
(".", ['message.html' ]),
241+
(".", [os.path.join(sys.base_prefix, "python3.dll")])
241242
] + (
242243
getLocaleDataFiles()
243244
+ getRecursiveDataFiles("synthDrivers", "synthDrivers",

user_docs/en/changes.t2t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ Please refer to [the developer guide https://www.nvaccess.org/files/nvda/documen
4646
Add-ons will need to be re-tested and have their manifest updated.
4747
- Added extension point: ``treeInterceptorHandler.post_browseModeStateChange``. (#14969, @nvdaes)
4848
- It is now possible to use plural forms in an add-on's translations. (#15661, @beqabeqa473)
49+
- Included python3.dll in the binary distribution for use by add-ons with external libraries utilizing the stable ABI. (#15674, @mzanm)
4950
-
5051

5152
=== API Breaking Changes ===

0 commit comments

Comments
 (0)