Edgewall Software

Opened 16 years ago

Closed 16 years ago

#252 closed enhancement (fixed)

[patch] Smarter zip_safe heuristic

Reported by: jonas Owned by: cmlenz
Priority: major Milestone: 0.6
Component: General Version: devel
Keywords: Cc:

Description

Setuptools' current zip_safe heuristic currently ignore shared libraries even though the documentation states otherwise.

The following patch sets "zip_safe" to False if the c speedup is successfully built.

Attachments (1)

smarter_zip_safe.patch (1.8 KB) - added by jonas 16 years ago.

Download all attachments as: .zip

Change History (2)

Changed 16 years ago by jonas

comment:1 Changed 16 years ago by jonas

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in [928].

Note: See TracTickets for help on using tickets.