cpython/Python
Christian Heimes a78b627e2b Fix potential NULL pointer dereference in _imp_create_builtin
PyModule_GetDef() can return NULL. Let's check the return value properly
like in the other five cases.

CID 1299590
2016-09-09 00:25:03 +02:00
..
clinic Issue #27574: Decreased an overhead of parsing keyword arguments in functions 2016-08-14 10:52:18 +03:00
Python-ast.c
README
_warnings.c
asdl.c replace PY_SIZE_MAX with SIZE_MAX 2016-09-07 09:26:18 -07:00
ast.c replace PY_SIZE_MAX with SIZE_MAX 2016-09-07 09:26:18 -07:00
bltinmodule.c Issue #24254: Drop cls.__definition_order__. 2016-09-08 15:11:11 -07:00
ceval.c Merge 2016-09-08 14:45:40 -07:00
ceval_gil.h replace Py_(u)intptr_t with the c99 standard types 2016-09-06 13:47:26 -07:00
codecs.c
compile.c replace PY_SIZE_MAX with SIZE_MAX 2016-09-07 09:26:18 -07:00
condvar.h replace PY_LONG_LONG with long long 2016-09-06 10:46:49 -07:00
dtoa.c dtoa.c: remove code for platforms with 64-bit integers (#17884) 2016-09-06 12:44:21 -07:00
dup2.c
dynamic_annotations.c
dynload_aix.c
dynload_dl.c
dynload_hpux.c
dynload_next.c
dynload_shlib.c
dynload_stub.c
dynload_win.c
errors.c Issue #15767: Use ModuleNotFoundError. 2016-09-07 16:56:15 -07:00
fileutils.c Issue #23524: Finish removing _PyVerify_fd from sources 2016-09-08 11:21:54 -07:00
formatter_unicode.c Issue #27895: Spelling fixes (Contributed by Ville Skyttä). 2016-08-30 10:47:49 -07:00
frozen.c Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. 2016-05-24 09:15:14 +03:00
frozenmain.c
future.c
getargs.c replace PY_LONG_LONG with long long 2016-09-06 10:46:49 -07:00
getcompiler.c
getcopyright.c
getopt.c
getplatform.c
getversion.c
graminit.c
import.c Fix potential NULL pointer dereference in _imp_create_builtin 2016-09-09 00:25:03 +02:00
importdl.c
importdl.h
importlib.h Issue #28026: Raise ImportError when exec_module() exists but create_module() is missing. 2016-09-08 11:12:31 -07:00
importlib_external.h Issue #26667: Add path-like object support to importlib.util. 2016-09-07 18:39:18 -07:00
makeopcodetargets.py
marshal.c
modsupport.c replace PY_LONG_LONG with long long 2016-09-06 10:46:49 -07:00
mysnprintf.c
mystrtoul.c
opcode_targets.h Issue #27078: Added BUILD_STRING opcode. Optimized f-strings evaluation. 2016-09-06 22:07:53 +03:00
peephole.c Re-linewrap comments 2016-08-07 20:20:33 -07:00
pyarena.c
pyctype.c
pyfpe.c
pyhash.c replace Python aliases for standard integer types with the standard integer types (#17884) 2016-09-06 13:24:00 -07:00
pylifecycle.c Issue #23524: Finish removing _PyVerify_fd from sources 2016-09-08 11:21:54 -07:00
pymath.c
pystate.c Add the co_extra field and accompanying APIs to code objects. 2016-09-07 11:16:41 -07:00
pystrcmp.c
pystrhex.c
pystrtod.c
pythonrun.c Avoid calling functions with an empty string as format string 2016-09-05 18:16:01 -07:00
pytime.c replace PY_LONG_LONG with long long 2016-09-06 10:46:49 -07:00
random.c os.urandom() now blocks on Linux 2016-09-06 16:33:52 -07:00
sigcheck.c
strdup.c
structmember.c replace PY_LONG_LONG with long long 2016-09-06 10:46:49 -07:00
symtable.c Fix potential NULL pointer dereference in update_symbols() 2016-09-09 00:22:28 +02:00
sysmodule.c Issue #27781: Change file system encoding on Windows to UTF-8 (PEP 529) 2016-09-08 10:35:16 -07:00
thread.c
thread_foobar.h
thread_nt.h replace PY_LONG_LONG with long long 2016-09-06 10:46:49 -07:00
thread_pthread.h
traceback.c Avoid calling functions with an empty string as format string 2016-09-05 18:16:01 -07:00
wordcode_helpers.h Issue #26647: Python interpreter now uses 16-bit wordcode instead of bytecode. 2016-05-24 09:15:14 +03:00

README

Miscellaneous source files for the main Python shared library