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

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