diff options
author | Pablo Galindo <pablogsal@gmail.com> | 2024-02-06 21:20:31 (GMT) |
---|---|---|
committer | Pablo Galindo <pablogsal@gmail.com> | 2024-02-06 21:21:21 (GMT) |
commit | db85d51d3ea4adfc6147d6af400e167659689eed (patch) | |
tree | bb5034035ed763a46af8401cd8268cbc201fe885 /Misc/NEWS.d/next/Library/2023-12-01-18-05-09.gh-issue-110190.5bf-c9.rst | |
parent | a04dc431486f20b1c4f7f12a27ca2269329c41bf (diff) | |
download | cpython-db85d51d3ea4adfc6147d6af400e167659689eed.zip cpython-db85d51d3ea4adfc6147d6af400e167659689eed.tar.gz cpython-db85d51d3ea4adfc6147d6af400e167659689eed.tar.bz2 |
Python 3.11.8v3.11.8
Diffstat (limited to 'Misc/NEWS.d/next/Library/2023-12-01-18-05-09.gh-issue-110190.5bf-c9.rst')
-rw-r--r-- | Misc/NEWS.d/next/Library/2023-12-01-18-05-09.gh-issue-110190.5bf-c9.rst | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Misc/NEWS.d/next/Library/2023-12-01-18-05-09.gh-issue-110190.5bf-c9.rst b/Misc/NEWS.d/next/Library/2023-12-01-18-05-09.gh-issue-110190.5bf-c9.rst deleted file mode 100644 index 730b9d4..0000000 --- a/Misc/NEWS.d/next/Library/2023-12-01-18-05-09.gh-issue-110190.5bf-c9.rst +++ /dev/null @@ -1 +0,0 @@ -Fix ctypes structs with array on Arm platform by setting ``MAX_STRUCT_SIZE`` to 32 in stgdict. Patch by Diego Russo. |