]> granicus.if.org Git - python/commit
bpo-36763: Add _PyCoreConfig._config_version (GH-13065)
authorVictor Stinner <vstinner@redhat.com>
Thu, 2 May 2019 18:46:29 +0000 (14:46 -0400)
committerGitHub <noreply@github.com>
Thu, 2 May 2019 18:46:29 +0000 (14:46 -0400)
commit373893ce51b0eaf0dec901e36a3e4217fbed3e32
tree8e9ca8c3793a3eed7dae4a3bb16a07ab453e93fb
parent874ad1b3b4bfc782a5762c1f18234ba56b853caf
bpo-36763: Add _PyCoreConfig._config_version (GH-13065)

Add private _config_version field to _PyPreConfig and _PyCoreConfig
to prepare future ABI compatibility.
Include/cpython/coreconfig.h