]> granicus.if.org Git - python/commit
Issue #26932: Fixed support of RTLD_* constants defined as enum values,
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 May 2016 06:44:44 +0000 (09:44 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 May 2016 06:44:44 +0000 (09:44 +0300)
commitc2f7d878972db908f5a1bad7af94c692b6d8c564
tree5687eaadba2b722df2bf6c954fc44ebdcf67bcdf
parent0e120525f0a2dfcd417905593cad27169907a4d5
Issue #26932: Fixed support of RTLD_* constants defined as enum values,
not via macros (in particular on Android).  Patch by Chi Hsuan Yen.
Misc/NEWS
Modules/_ctypes/_ctypes.c
Modules/_ctypes/callproc.c
Modules/posixmodule.c
Python/pystate.c
configure
configure.ac
pyconfig.h.in