]> granicus.if.org Git - python/commit
Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_invalid_pa...
authorSteve Dower <steve.dower@microsoft.com>
Fri, 6 Mar 2015 22:47:02 +0000 (14:47 -0800)
committerSteve Dower <steve.dower@microsoft.com>
Fri, 6 Mar 2015 22:47:02 +0000 (14:47 -0800)
commitd81431f587e9eab67db683908548b0ad46847b38
tree69bbc1cdda06acab523871f322982b00931a3675
parenteef20de744cfdf971d5a80d6e3f9c7f7cb9e14fc
Issue #23524: Replace _PyVerify_fd function with calling _set_thread_local_invalid_parameter_handler on every thread.
Include/fileobject.h
Include/fileutils.h
Modules/_io/fileio.c
Modules/posixmodule.c
PC/invalid_parameter_handler.c [new file with mode: 0644]
PCbuild/pythoncore.vcxproj
PCbuild/pythoncore.vcxproj.filters
Python/fileutils.c
Python/pystate.c