]> granicus.if.org Git - python/commit
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)
authorEric Snow <ericsnowcurrently@gmail.com>
Wed, 6 Sep 2017 04:43:08 +0000 (21:43 -0700)
committerGitHub <noreply@github.com>
Wed, 6 Sep 2017 04:43:08 +0000 (21:43 -0700)
commit05351c1bd8b70d1878527762174cdaaba3572395
treee97ef4ba0ae7ffe5bd2c8969199616bffbbc4d6f
parent833860615bedfd2484ac0623d6f01ff0578ba09f
Revert "bpo-30860: Consolidate stateful runtime globals." (#3379)

Windows buildbots started failing due to include-related errors.
40 files changed:
Include/Python.h
Include/ceval.h
Include/internal/_Python.h [deleted file]
Include/internal/_ceval.h [deleted file]
Include/internal/_condvar.h [deleted file]
Include/internal/_gil.h [deleted file]
Include/internal/_mem.h [deleted file]
Include/internal/_pymalloc.h [deleted file]
Include/internal/_pystate.h [deleted file]
Include/internal/_warnings.h [deleted file]
Include/object.h
Include/pylifecycle.h
Include/pystate.h
Makefile.pre.in
Misc/NEWS.d/next/Core and Builtins/2017-09-05-13-47-49.bpo-30860.MROpZw.rst [deleted file]
Modules/_io/bufferedio.c
Modules/_threadmodule.c
Modules/_winapi.c
Modules/gcmodule.c
Modules/main.c
Objects/object.c
Objects/obmalloc.c
Objects/setobject.c
Objects/typeobject.c
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Parser/pgenmain.c
Python/_warnings.c
Python/ceval.c
Python/ceval_gil.h
Python/condvar.h
Python/pylifecycle.c
Python/pystate.c
Python/sysmodule.c
Python/thread.c
Python/thread_nt.h
Python/thread_pthread.h
Tools/c-globals/README [deleted file]
Tools/c-globals/check-c-globals.py [deleted file]
Tools/c-globals/ignored-globals.txt [deleted file]