summaryrefslogtreecommitdiffstats
path: root/Include/internal/pycore_initconfig.h
Commit message (Expand)AuthorAgeFilesLines
* [3.8] gh-95778: CVE-2020-10735: Prevent DoS by very large int() (#96503)Gregory P. Smith2022-09-051-0/+2
* bpo-38304: PyConfig_InitPythonConfig() cannot fail anymore (GH-16509)Miss Islington (bot)2019-10-011-1/+1
* bpo-38304: Remove PyConfig.struct_size (GH-16500)Victor Stinner2019-09-301-2/+2
* bpo-38317: Fix PyConfig.warnoptions priority (GH-16478)Miss Islington (bot)2019-09-291-1/+1
* bpo-38304: Add PyConfig.struct_size (GH-16451) (GH-16453)Victor Stinner2019-09-281-6/+6
* [3.8] bpo-38234: Fix PyConfig_Read() when Py_SetPath() was called (GH-16298) ...Victor Stinner2019-09-211-2/+0
* bpo-36763: Implement the PEP 587 (GH-13592)Victor Stinner2019-05-271-0/+168