This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
95283fb58951aaa0ee7cfefcbf8785f132819529
cpython
/
Include
History
Benjamin Peterson
025e9ebd0a
PEP 448: additional unpacking generalizations (
closes
#2292
)
...
Patch by Neil Girdhar.
2015-05-05 20:16:41 -04:00
..
abstract.h
…
accu.h
…
asdl.h
…
ast.h
…
bitset.h
…
bltinmodule.h
…
boolobject.h
…
bytearrayobject.h
…
bytes_methods.h
…
bytesobject.h
…
cellobject.h
…
ceval.h
…
classobject.h
…
code.h
…
codecs.h
…
compile.h
…
complexobject.h
…
datetime.h
…
descrobject.h
…
dictobject.h
PEP 448: additional unpacking generalizations (
closes
#2292
)
2015-05-05 20:16:41 -04:00
dtoa.h
…
dynamic_annotations.h
…
enumobject.h
…
errcode.h
…
eval.h
…
fileobject.h
…
fileutils.h
…
floatobject.h
…
frameobject.h
…
funcobject.h
…
genobject.h
…
graminit.h
…
grammar.h
…
import.h
…
intrcheck.h
…
iterobject.h
…
listobject.h
…
longintrepr.h
…
longobject.h
…
marshal.h
…
memoryobject.h
…
metagrammar.h
…
methodobject.h
…
modsupport.h
…
moduleobject.h
…
namespaceobject.h
…
node.h
…
object.h
…
objimpl.h
…
opcode.h
PEP 448: additional unpacking generalizations (
closes
#2292
)
2015-05-05 20:16:41 -04:00
osdefs.h
…
parsetok.h
…
patchlevel.h
Post-release updates for Python 3.5.0a4.
2015-04-20 01:18:10 -07:00
pgen.h
…
pgenheaders.h
…
py_curses.h
…
pyarena.h
…
pyatomic.h
…
pycapsule.h
…
pyctype.h
…
pydebug.h
…
pyerrors.h
…
pyexpat.h
…
pyfpe.h
…
pygetopt.h
…
pyhash.h
…
pylifecycle.h
…
pymacconfig.h
…
pymacro.h
…
pymath.h
…
pymem.h
…
pyport.h
…
pystate.h
…
pystrcmp.h
…
pystrhex.h
Add the files missing from c9f1630cf2b1 for issue9951.
2015-04-26 00:41:00 +00:00
pystrtod.h
…
Python-ast.h
PEP 448: additional unpacking generalizations (
closes
#2292
)
2015-05-05 20:16:41 -04:00
Python.h
…
pythonrun.h
…
pythread.h
…
pytime.h
…
rangeobject.h
…
setobject.h
…
sliceobject.h
…
structmember.h
…
structseq.h
…
symtable.h
remove the concept of an unoptimized function scope from the compiler, since it can't happen anymore
2015-04-27 21:44:22 -04:00
sysmodule.h
…
token.h
…
traceback.h
…
tupleobject.h
…
typeslots.h
…
ucnhash.h
…
unicodeobject.h
…
warnings.h
…
weakrefobject.h
…