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)
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
Note: See
TracTickets for help on using
tickets.
Fixed in [928].