cpython/Modules/expat
Christian Heimes ec93721e00
bpo-45570: Simplify setup macros for pyexpat (GH-29159)
* ``HAVE_EXPAT_CONFIG_H`` is not used by our code and not used by
  system-wide expat header files
* ``USE_PYEXPAT_CAPI`` is no longer used by our code
* ``XML_POOR_ENTROPY`` should be defined in expat_config.h

Signed-off-by: Christian Heimes <christian@python.org>
2021-10-22 09:28:23 -07:00
..
COPYING
ascii.h
asciitab.h
expat.h
expat_config.h bpo-45570: Simplify setup macros for pyexpat (GH-29159) 2021-10-22 09:28:23 -07:00
expat_external.h
iasciitab.h
internal.h
latin1tab.h
nametab.h
pyexpatns.h
siphash.h
utf8tab.h
winconfig.h
xmlparse.c Fix typos in the Modules directory (GH-28761) 2021-10-07 01:34:42 -07:00
xmlrole.c
xmlrole.h
xmltok.c no-issue: Make silence about warning '_POSIX_C_SOURCE redefined' (GH-28948) 2021-10-15 00:59:56 +09:00
xmltok.h
xmltok_impl.c
xmltok_impl.h
xmltok_ns.c