书栈网 · BookStack 本次搜索耗时 0.013 秒,为您找到 1044 个相关结果.
  • 代码标准

    代码标准 代码标准 如果你想要编写可包含于 CPython 的 C 代码,你 必须 遵循在 PEP 7 中定义的指导原则和标准。这些指导原则适用于任何你所要扩展的 Python 版本。在编写你自己的第三方扩展模块时可以不必遵循这些规范,除非你准备在日后向 Python 贡献这些模块。
  • 0.17.3 (2012-12-14)

    0.17.3 (2012-12-14) Features added Bugs fixed Other changes 0.17.3 (2012-12-14) Features added Bugs fixed During final interpreter cleanup (with types cleanup enabled a...
  • Users Guide

    Users Guide Indices and tables Users Guide Contents: Language Basics Declaring Data Types C variable and type definitions Python functions vs. C functions Automatic type...
  • Users Guide

    Users Guide Indices and tables Users Guide Contents: Language Basics Declaring Data Types C variable and type definitions Python functions vs. C functions Automatic type...
  • 4.1.1

    4.1.1 Fix Regression with reading DPI from EXIF data Incompatibility between 3.6.0 and 3.6.1 4.1.1 Fix Regression with reading DPI from EXIF data Some JPEG images don’t con...
  • 0.24.1 (2016-07-15)

    0.24.1 (2016-07-15) Bugs fixed 0.24.1 (2016-07-15) Bugs fixed IPython cell magic was lacking a good way to enable Python 3 code semantics.It can now be used as “%%cython -3...
  • 0.29.14 (2019-11-01)

    0.29.14 (2019-11-01) Bugs fixed Other changes 0.29.14 (2019-11-01) Bugs fixed The generated code failed to initialise the tp_print slot in CPython 3.8.Patches by Pablo Ga...
  • 0.17 (2012-09-01)

    0.17 (2012-09-01) Features added Bugs fixed Other changes 0.17 (2012-09-01) Features added Alpha quality support for compiling and running Cython generated extension modu...
  • 0.29 (2018-10-14)

    0.29 (2018-10-14) Features added Bugs fixed Other changes 0.29 (2018-10-14) Features added PEP-489 multi-phase module initialisation has been enabled again. Modulereloads...
  • 调用 C 函数

    调用 C 函数 动态链接 外部声明 命名参数 调用 C 函数 原文: http://docs.cython.org/en/latest/src/tutorial/external.html 本教程简要介绍了从 Cython 代码调用 C 库函数时需要了解的内容。有关使用外部 C 库,包装它们和处理错误的更长更全面的教程,请参阅 使用 ...