gooderp18绿色标准版
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

21 Zeilen
336B

  1. /* Frame object interface */
  2. #ifndef Py_FRAMEOBJECT_H
  3. #define Py_FRAMEOBJECT_H
  4. #ifdef __cplusplus
  5. extern "C" {
  6. #endif
  7. #include "pyframe.h"
  8. #ifndef Py_LIMITED_API
  9. # define Py_CPYTHON_FRAMEOBJECT_H
  10. # include "cpython/frameobject.h"
  11. # undef Py_CPYTHON_FRAMEOBJECT_H
  12. #endif
  13. #ifdef __cplusplus
  14. }
  15. #endif
  16. #endif /* !Py_FRAMEOBJECT_H */
上海开阖软件有限公司 沪ICP备12045867号-1