astral-sh / astral-sh/python-build-standalone

Wrong manifest entries for libssl and libcrypto

Open
#379 1 comment 0 reactions 0 assignees View on GitHub
platform:windows
Dominant language
Python
Stars
4.4k
Forks
314
Avg merge
1d 9h
Merged PRs (30d)
27

Description

The PYTHON.json in `cpython-3.12.7+20241016-x86_64-pc-windows-msvc-shared-pgo-full.tar.zst` has this:
```
"extensions": {
...
"_ssl": [
{
...
"links": [
...
{
"name": "libcrypto-1_1-x64",
"path_dynamic": "install/DLLs/libcrypto-1_1-x64.dll"
},
{
"name": "libssl-1_1-x64",
"path_dynamic": "install/DLLs/libssl-1_1-x64.dll"
}
],
```

However `libcrypto-1_1-x64.dll` and `libssl-1_1-x64.dll` do not exist in the archive. Instead, there are `libcrypto-3-x64.dll` and `libssl-3-x64.dll`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.