This website requires JavaScript.
Explore
Help
Sign in
ilusha
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython
synced
2026-09-27 05:38:17 +03:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
ca8aa4acf6
cpython
/
Include
History
Download ZIP
Download TAR.GZ
Antoine Pitrou
ca8aa4acf6
Issue
#15144
: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t.
...
Patch by Serhiy Storchaka.
2012-09-20 20:56:47 +02: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
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
Issue
#15610
: The PyImport_ImportModuleEx macro now calls
2012-08-10 18:55:08 -04:00
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
Issue
#13992
: The trashcan mechanism is now thread-safe. This eliminates
2012-09-06 01:17:42 +02:00
objimpl.h
Issue
#15144
: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t.
2012-09-20 20:56:47 +02:00
opcode.h
osdefs.h
parsetok.h
patchlevel.h
Post-release updates for 3.3.0rc2.
2012-09-09 11:16:41 +02:00
pgen.h
pgenheaders.h
py_curses.h
pyarena.h
pyatomic.h
pycapsule.h
pyctype.h
pydebug.h
pyerrors.h
use char instead of int to please T_BOOL (
closes
#15597
)
2012-08-08 17:22:50 -07:00
pyexpat.h
pyfpe.h
Remove trailing whitespace in order to silence warnings on HP-UX.
2012-08-31 17:11:39 -04:00
pygetopt.h
pymacconfig.h
pymacro.h
Issue
#15144
: Fix possible integer overflow when handling pointers as integer values, by using Py_uintptr_t instead of size_t.
2012-09-20 20:56:47 +02:00
pymath.h
pymem.h
pyport.h
pystate.h
Issue
#13992
: The trashcan mechanism is now thread-safe. This eliminates
2012-09-06 01:17:42 +02:00
pystrcmp.h
pystrtod.h
Python-ast.h
Python.h
pythonrun.h
pythread.h
pytime.h
rangeobject.h
setobject.h
sliceobject.h
structmember.h
structseq.h
symtable.h
sysmodule.h
token.h
traceback.h
tupleobject.h
typeslots.h
ucnhash.h
unicodeobject.h
warnings.h
weakrefobject.h