gooderp18绿色标准版
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

17 lines
489B

  1. #ifndef Py_CPYTHON_SYSMODULE_H
  2. # error "this header file must not be included directly"
  3. #endif
  4. PyAPI_FUNC(PyObject *) _PySys_GetAttr(PyThreadState *tstate,
  5. PyObject *name);
  6. PyAPI_FUNC(size_t) _PySys_GetSizeOf(PyObject *);
  7. typedef int(*Py_AuditHookFunction)(const char *, PyObject *, void *);
  8. PyAPI_FUNC(int) PySys_Audit(
  9. const char *event,
  10. const char *argFormat,
  11. ...);
  12. PyAPI_FUNC(int) PySys_AddAuditHook(Py_AuditHookFunction, void*);
上海开阖软件有限公司 沪ICP备12045867号-1