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
2caac73aa69120580bc4dc1d5817b9c2c3d05abf
cpython
/
Objects
History
Guido van Rossum
e5920bc4c6
Use getstringsize where available instead of strlen.
1996-08-26 14:58:03 +00:00
..
abstract.c
Added PyObject_DelItem and PySequence_Del{Item,Slice}.
1996-08-21 17:41:54 +00:00
accessobject.c
…
classobject.c
Use getstringsize where available instead of strlen.
1996-08-26 14:58:03 +00:00
cobject.c
…
complexobject.c
Changes to make the file acceptable to K&R C compilers (HPUX, SunOS 4.x).
1996-08-19 19:30:45 +00:00
dictobject.c
…
fileobject.c
…
floatobject.c
…
frameobject.c
…
funcobject.c
…
intobject.c
…
listobject.c
…
longobject.c
…
Makefile.in
…
mappingobject.c
…
methodobject.c
…
moduleobject.c
…
object.c
…
rangeobject.c
…
sliceobject.c
…
stringobject.c
…
tupleobject.c
…
typeobject.c
…
xxobject.c
…