Ticket #761 (closed defect: fixed)

Opened 16 months ago

Last modified 15 months ago

cimports don't search sys.path

Reported by: scoder Owned by: bfroehle
Priority: major Milestone: 0.16
Component: Build System Keywords:
Cc:

Description (last modified by scoder) (diff)

A cimport of a .pxd file should search sys.path in order to find normally installed packages, in case the file was not found in the user provided include directories.

Change History

Changed 15 months ago by scoder

  • description modified (diff)
  • summary changed from cimports don't search the PYTHONPATH to cimports don't search sys.path

Changed 15 months ago by scoder

  • owner changed from somebody to bfroehle
  • milestone changed from wishlist to 0.16

Implemented here by Bradley Froehle:

 https://github.com/cython/cython/pull/91

Changed 15 months ago by scoder

  • status changed from new to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.