Jason K. MacDuffie 7262391284 add python code 5 年之前
..
PyPy.h 7262391284 add python code 5 年之前
Python.h 7262391284 add python code 5 年之前
README 7262391284 add python code 5 年之前
abstract.h 7262391284 add python code 5 年之前
boolobject.h 7262391284 add python code 5 年之前
bytearrayobject.h 7262391284 add python code 5 年之前
bytesobject.h 7262391284 add python code 5 年之前
cStringIO.h 7262391284 add python code 5 年之前
ceval.h 7262391284 add python code 5 年之前
code.h 7262391284 add python code 5 年之前
compile.h 7262391284 add python code 5 年之前
complexobject.h 7262391284 add python code 5 年之前
cpyext_descrobject.h 7262391284 add python code 5 年之前
cpyext_genobject.h 7262391284 add python code 5 年之前
cpyext_memoryobject.h 7262391284 add python code 5 年之前
cpyext_moduleobject.h 7262391284 add python code 5 年之前
cpyext_object.h 7262391284 add python code 5 年之前
cpyext_unicodeobject.h 7262391284 add python code 5 年之前
datetime.h 7262391284 add python code 5 年之前
descrobject.h 7262391284 add python code 5 年之前
dictobject.h 7262391284 add python code 5 年之前
eval.h 7262391284 add python code 5 年之前
fileobject.h 7262391284 add python code 5 年之前
floatobject.h 7262391284 add python code 5 年之前
frameobject.h 7262391284 add python code 5 年之前
funcobject.h 7262391284 add python code 5 年之前
genobject.h 7262391284 add python code 5 年之前
import.h 7262391284 add python code 5 年之前
listobject.h 7262391284 add python code 5 年之前
longintrepr.h 7262391284 add python code 5 年之前
longobject.h 7262391284 add python code 5 年之前
memoryobject.h 7262391284 add python code 5 年之前
methodobject.h 7262391284 add python code 5 年之前
missing.h 7262391284 add python code 5 年之前
modsupport.h 7262391284 add python code 5 年之前
moduleobject.h 7262391284 add python code 5 年之前
object.h 7262391284 add python code 5 年之前
patchlevel.h 7262391284 add python code 5 年之前
pycapsule.h 7262391284 add python code 5 年之前
pycobject.h 7262391284 add python code 5 年之前
pyconfig.h 7262391284 add python code 5 年之前
pyerrors.h 7262391284 add python code 5 年之前
pylifecycle.h 7262391284 add python code 5 年之前
pymacro.h 7262391284 add python code 5 年之前
pymath.h 7262391284 add python code 5 年之前
pymem.h 7262391284 add python code 5 年之前
pyport.h 7262391284 add python code 5 年之前
pypy_decl.h 7262391284 add python code 5 年之前
pypy_macros.h 7262391284 add python code 5 年之前
pypy_structmember_decl.h 7262391284 add python code 5 年之前
pysignals.h 7262391284 add python code 5 年之前
pystate.h 7262391284 add python code 5 年之前
pythonrun.h 7262391284 add python code 5 年之前
pythread.h 7262391284 add python code 5 年之前
sliceobject.h 7262391284 add python code 5 年之前
structmember.h 7262391284 add python code 5 年之前
structseq.h 7262391284 add python code 5 年之前
sysmodule.h 7262391284 add python code 5 年之前
traceback.h 7262391284 add python code 5 年之前
tupleobject.h 7262391284 add python code 5 年之前
typeslots.h 7262391284 add python code 5 年之前
unicodeobject.h 7262391284 add python code 5 年之前
warnings.h 7262391284 add python code 5 年之前

README

This directory contains all the include files needed to build cpython
extensions with PyPy. Note that these are just copies of the original headers
that are in pypy/module/cpyext/{include,parse}: they are automatically copied
from there during translation.

Moreover, some pypy-specific files are automatically generated, also during
translation. Currently they are:
* pypy_decl.h
* pypy_macros.h
* pypy_numpy.h
* pypy_structmember_decl.h