SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

Issue #23685: Fix usage of PyMODINIT_FUNC in _json, _scproxy, nis, pyexpat

_codecs_cn, _codecs_hk, _codecs_iso2022, _codecs_jp, _codecs_kr and _codecs_tw
modules.

pyexpat.c doesn't need to redeclare PyMODINIT_FUNC, it's already declared in
Include/pyport.h.
V
Victor Stinner committed
f024d263b4af789af0eb3727417bbeec582f69eb
Parent: beb0997