]> granicus.if.org Git - python/commit
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
authorEric Snow <ericsnowcurrently@gmail.com>
Tue, 23 May 2017 02:46:40 +0000 (19:46 -0700)
committerGitHub <noreply@github.com>
Tue, 23 May 2017 02:46:40 +0000 (19:46 -0700)
commite377416c10eb0bf055b0728cdcdc4488fdfd3b5f
tree26dac18a3dfca605d0d09a61603b70a7d635e3b5
parent93fc20b73eea3da0b6305aaee951e5dd22d5c408
bpo-29102: Add a unique ID to PyInterpreterState. (#1639)
Doc/c-api/init.rst
Include/pystate.h
Lib/test/test_capi.py
Misc/NEWS
PC/python3.def
Programs/_testembed.c
Python/pylifecycle.c
Python/pystate.c