mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-11410: Standardize and use symbol visibility attributes across POSIX and Windows. (GH-16347)
This commit is contained in:
parent
4d202281c1
commit
0b60f64e43
12 changed files with 132 additions and 35 deletions
|
@ -1124,7 +1124,7 @@ static PyBufferProcs bytesiobuf_as_buffer = {
|
|||
(releasebufferproc) bytesiobuf_releasebuffer,
|
||||
};
|
||||
|
||||
PyTypeObject _PyBytesIOBuffer_Type = {
|
||||
Py_EXPORTED_SYMBOL PyTypeObject _PyBytesIOBuffer_Type = {
|
||||
PyVarObject_HEAD_INIT(NULL, 0)
|
||||
"_io._BytesIOBuffer", /*tp_name*/
|
||||
sizeof(bytesiobuf), /*tp_basicsize*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue