diff options
author | Eric Snow <ericsnowcurrently@gmail.com> | 2022-12-12 16:58:46 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-12-12 16:58:46 (GMT) |
commit | 53d9cd95cd91f1a291a3923acb95e0e86942291a (patch) | |
tree | a74819d972cdbe611a554c6577108a7959525011 /PCbuild/pythoncore.vcxproj | |
parent | 8790d4d31fcd3abaccf31d27f72a8684adfc9dee (diff) | |
download | cpython-53d9cd95cd91f1a291a3923acb95e0e86942291a.zip cpython-53d9cd95cd91f1a291a3923acb95e0e86942291a.tar.gz cpython-53d9cd95cd91f1a291a3923acb95e0e86942291a.tar.bz2 |
gh-81057: Move faulthandler Globals to _PyRuntimeState (gh-100152)
https://github.com/python/cpython/issues/81057
Diffstat (limited to 'PCbuild/pythoncore.vcxproj')
-rw-r--r-- | PCbuild/pythoncore.vcxproj | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/PCbuild/pythoncore.vcxproj b/PCbuild/pythoncore.vcxproj index 25572d6..bb2aaae 100644 --- a/PCbuild/pythoncore.vcxproj +++ b/PCbuild/pythoncore.vcxproj @@ -214,6 +214,7 @@ <ClInclude Include="..\Include\internal\pycore_dict_state.h" /> <ClInclude Include="..\Include\internal\pycore_dtoa.h" /> <ClInclude Include="..\Include\internal\pycore_exceptions.h" /> + <ClInclude Include="..\Include\internal\pycore_faulthandler.h" /> <ClInclude Include="..\Include\internal\pycore_fileutils.h" /> <ClInclude Include="..\Include\internal\pycore_floatobject.h" /> <ClInclude Include="..\Include\internal\pycore_format.h" /> |