Skip to content

Commit

Permalink
cl/598975069 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
rwgk committed Jan 20, 2024
1 parent a7906d5 commit 3f81f54
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion clif/testing/class_release_gil_before_calling_cpp_dtor.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#include <Python.h>

#include <cassert>
#include <string>
#include <unordered_map>

Expand All @@ -47,7 +48,7 @@ struct ProbeType {
}
};

std::string PopPyGILState_Check_Result(const std::string &unique_key) {
inline std::string PopPyGILState_Check_Result(const std::string &unique_key) {
RegistryType &reg = PyGILState_Check_Results();
if (reg.count(unique_key) == 0) {
return "MISSING";
Expand Down

0 comments on commit 3f81f54

Please sign in to comment.