Ticket #78 (closed defect: fixed)

Opened 3 months ago

Last modified 3 months ago

DifferencesFromPyrex should include removal of typecheck

Reported by: anonymous Assigned to:
Priority: minor Milestone: 0.10
Component: Website Version:
Keywords: Cc:

Description

Currently the Cython Wiki's DifferencesFromPyrex? page does not reflect the lack of an explicit typecheck in Cython. It should include the following information: - Pyrex has typecheck as an explicit built-in function, Cython does not have typecheck. - Instead use isinstance or (if absolutely necessary) import PyObject?_TypeCheck from Python.h - isinstance automatically uses PyObject?_TypeCheck where possible instead of the slower PyObject?_IsInstance. Only converted in 0.9.8.2 or later.

Change History

09/30/2008 02:04:40 PM changed by robertwb

  • status changed from new to closed.
  • resolution set to fixed.

10/08/2008 12:17:21 AM changed by robertwb

  • milestone changed from wishlist to 0.9.8.2.