This website requires JavaScript.
Explore
Help
Register
Sign In
dox4
/
cpython
Watch
1
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-08-22 03:14:41 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
cpython
/
Include
History
Nick Coghlan
de31b191e5
Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban.
2011-10-23 22:04:16 +10:00
..
abstract.h
…
accu.h
Issue
#12911
: Fix memory consumption when calculating the repr() of huge tuples or lists.
2011-10-06 18:57:27 +02:00
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
…
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
…
node.h
…
object.h
Issue 1294232: Fix errors in metaclass calculation affecting some cases of metaclass inheritance. Patch by Daniel Urban.
2011-10-23 22:04:16 +10:00
objimpl.h
…
opcode.h
…
osdefs.h
…
parsetok.h
…
patchlevel.h
Post-release version bump.
2011-09-04 08:36:22 +02:00
pgen.h
…
pgenheaders.h
…
py_curses.h
…
pyarena.h
…
pyatomic.h
…
pycapsule.h
…
pyctype.h
Try to fix linking failures under Windows
2011-10-04 14:43:47 +02:00
pydebug.h
…
pyerrors.h
…
pyexpat.h
…
pyfpe.h
…
pygetopt.h
…
pymacconfig.h
…
pymath.h
…
pymem.h
…
pyport.h
…
pystate.h
…
pystrcmp.h
…
pystrtod.h
…
Python-ast.h
…
Python.h
Issue
#12911
: Fix memory consumption when calculating the repr() of huge tuples or lists.
2011-10-06 18:57:27 +02:00
pythonrun.h
…
pythread.h
…
pytime.h
…
rangeobject.h
…
setobject.h
…
sliceobject.h
…
structmember.h
…
structseq.h
…
symtable.h
…
sysmodule.h
…
timefuncs.h
…
token.h
…
traceback.h
…
tupleobject.h
…
typeslots.h
…
ucnhash.h
…
unicodeobject.h
Fix PyUnicode_AsWideCharString() doc: size doesn't contain the null character
2011-09-06 02:00:05 +02:00
warnings.h
…
weakrefobject.h
…