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

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