commit | 1e18102a72b8982096c3f2b453f7b5da401586f6 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Wed May 08 02:07:13 2013 +0200 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Wed May 08 02:07:13 2013 +0200 |
tree | 59823ddeaa8d55376c50920dc38781e6dbe8859f | |
parent | 38f1afe8d112087491f04fae44f5f0a3f6b5c839 [diff] [blame] |
Issue #17928: Fix test_structmembers on 64-bit big-endian machines. (_testcapi isn't Py_ssize_t-clean, the "s#" code should use an int for length)
diff --git a/Misc/NEWS b/Misc/NEWS index 466781c..579e09c 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -97,6 +97,8 @@ Tests ----- +- Issue #17928: Fix test_structmembers on 64-bit big-endian machines. + - Issue #17883: Fix buildbot testing of Tkinter on Windows. Patch by Zachary Ware.