mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
bpo-22273: Disabled tests while investigating buildbot failures on ARM7L/PPC64. (GH-16377)
This commit is contained in:
parent
f163aeaa8c
commit
57dc7d5ae8
2 changed files with 6 additions and 1 deletions
|
|
@ -652,7 +652,7 @@ PyCStructUnionType_update_stgdict(PyObject *type, PyObject *fields, int isStruct
|
|||
|
||||
#define MAX_ELEMENTS 16
|
||||
|
||||
if (arrays_seen && (size <= 16)) {
|
||||
if (arrays_seen && (size <= MAX_ELEMENTS)) {
|
||||
/*
|
||||
* See bpo-22273. Arrays are normally treated as pointers, which is
|
||||
* fine when an array name is being passed as parameter, but not when
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue