Ticket #204 (closed enhancement: fixed)

Opened 4 years ago

Last modified 4 years ago

Cast functions for object <-> pointer

Reported by: dagss Owned by: somebody
Priority: minor Milestone: 0.12
Component: Parsing Keywords:
Cc:

Description

Apparently, casting an object to a pointer or vice versa raises warnings. It might be an idea to introduce cython.object_to_ptr etc. for the occasions where the user is certain that the foot won't be harmed.

When this is done, refnanny.pyx should make use of it to get rid of warnings on compilation.

Change History

Changed 4 years ago by dagss

  • priority changed from major to minor

Changed 4 years ago by robertwb

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

I just got rid of the warnings. If there's an explicit cast, we should assume the user knows what they're doing...

Note: See TracTickets for help on using tickets.