Staging
v0.5.1
Revision 0e2ac21dd4960574e89561243763eabba685296a authored by Victor Stinner on 18 November 2020, 17:48:06 UTC, committed by GitHub on 18 November 2020, 17:48:06 UTC
This change partically reverts
commit ad3252bad905d41635bcbb4b76db30d570cf0087
and the commit fe2978b3b940fe2478335e3a2ca5ad22338cdf9c.

Many third party C extension modules rely on the ability of using
Py_TYPE() to set an object type: "Py_TYPE(obj) = type;" or to set an
object type using: "Py_SIZE(obj) = size;".
1 parent 2156d96
History
File Mode Size
clinic
_iomodule.c -rw-r--r-- 24.0 KB
_iomodule.h -rw-r--r-- 6.4 KB
bufferedio.c -rw-r--r-- 80.6 KB
bytesio.c -rw-r--r-- 32.4 KB
fileio.c -rw-r--r-- 32.5 KB
iobase.c -rw-r--r-- 30.0 KB
stringio.c -rw-r--r-- 29.8 KB
textio.c -rw-r--r-- 98.3 KB
winconsoleio.c -rw-r--r-- 31.8 KB

back to top