cpython/Modules/_io
Victor Stinner 8435a2278f
gh-141376: Fix exported symbols (GH-141377)
* gh-141376: Fix exported symbols

* _io module: add "_Py_" prefix to "spec" variables. For example,
  rename bufferedrandom_spec to _Py_bufferedrandom_spec.
* typevarobject.c: add "static" to "spec" and "slots" variables.
* import.c: add "static" to "pkgcontext" variable.

* No longer export textiowrapper_slots
2025-11-11 09:21:24 +01:00
..
clinic gh-132551: add missing critical sections on BytesIO methods (#137073) 2025-07-24 11:57:48 +00:00
_iomodule.c gh-141376: Fix exported symbols (GH-141377) 2025-11-11 09:21:24 +01:00
_iomodule.h gh-141376: Fix exported symbols (GH-141377) 2025-11-11 09:21:24 +01:00
bufferedio.c gh-141376: Fix exported symbols (GH-141377) 2025-11-11 09:21:24 +01:00
bytesio.c gh-141376: Fix exported symbols (GH-141377) 2025-11-11 09:21:24 +01:00
fileio.c gh-141376: Fix exported symbols (GH-141377) 2025-11-11 09:21:24 +01:00
iobase.c gh-141376: Fix exported symbols (GH-141377) 2025-11-11 09:21:24 +01:00
stringio.c gh-141376: Fix exported symbols (GH-141377) 2025-11-11 09:21:24 +01:00
textio.c gh-141376: Fix exported symbols (GH-141377) 2025-11-11 09:21:24 +01:00
winconsoleio.c gh-141376: Fix exported symbols (GH-141377) 2025-11-11 09:21:24 +01:00