mirror of
https://github.com/python/cpython.git
synced 2024-11-24 08:52:25 +01:00
3165fe6a56
sys.stderr or sys.stdin, and to work with any object as long as it has a write() (respectively readline()) methods. Some functions that took a FILE* argument now take an object* argument. |
||
---|---|---|
.. | ||
allobjects.h | ||
assert.h | ||
bitset.h | ||
bltinmodule.h | ||
ceval.h | ||
cgensupport.h | ||
classobject.h | ||
compile.h | ||
dictobject.h | ||
errcode.h | ||
errors.h | ||
eval.h | ||
fileobject.h | ||
floatobject.h | ||
frameobject.h | ||
funcobject.h | ||
graminit.h | ||
grammar.h | ||
import.h | ||
intobject.h | ||
intrcheck.h | ||
listobject.h | ||
longintrepr.h | ||
longobject.h | ||
marshal.h | ||
metagrammar.h | ||
methodobject.h | ||
modsupport.h | ||
moduleobject.h | ||
mymalloc.h | ||
myselect.h | ||
node.h | ||
object.h | ||
objimpl.h | ||
opcode.h | ||
osdefs.h | ||
parsetok.h | ||
pgenheaders.h | ||
pyerrors.h | ||
pythonrun.h | ||
pythread.h | ||
stringobject.h | ||
structmember.h | ||
sysmodule.h | ||
thread.h | ||
token.h | ||
traceback.h | ||
tupleobject.h |