this repo has no description
at trunk 11 lines 247 B view raw
1// Copyright (c) Facebook, Inc. and its affiliates. (http://www.facebook.com) 2#include "cpython-func.h" 3 4#include "globals.h" 5#include "version.h" 6 7namespace py { 8 9PY_EXPORT const char* Py_GetBuildInfo() { return kBuildInfo; } 10 11} // namespace py