]> granicus.if.org Git - python/commit
Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_p...
authorSteve Dower <steve.dower@microsoft.com>
Sun, 12 Apr 2015 04:26:27 +0000 (00:26 -0400)
committerSteve Dower <steve.dower@microsoft.com>
Sun, 12 Apr 2015 04:26:27 +0000 (00:26 -0400)
commit8fc8980c96f58a7f06e4e3133735807bd245c658
tree04376ea1928a20c88b506e836ab82cc266cc85ae
parentfe0a41aae425c61364b79c18ca8321dffed3ac40
Issue #23524: Replace _PyVerify_fd function with calls to _set_thread_local_invalid_parameter_handler.
Include/fileutils.h
Include/pyport.h
Modules/_io/fileio.c
Modules/mmapmodule.c
Modules/posixmodule.c
PC/invalid_parameter_handler.c
PC/msvcrtmodule.c
Python/fileutils.c
Python/pylifecycle.c
Python/pystate.c
Python/traceback.c