Modify ↓
Ticket #432 (closed defect: fixed)
Mention multiprocessing.freeze_support() in manual
| Reported by: | matysek | Owned by: | htgoebel |
|---|---|---|---|
| Priority: | normal | Milestone: | PyInstaller 1.5.2 |
| Component: | Documentation | Version: | 1.5.1 |
| Severity: | trivial | Keywords: | |
| Cc: |
Description
In python multiprocessing module is a function for the module to work with freezers like pyinstaller. It should be mentioned in manual.
Attachments
Change History
comment:2 Changed 20 months ago by matysek
- Owner changed from matysek to giovannibajo
- Component changed from PyInstaller to Documentation
comment:3 Changed 18 months ago by htgoebel
- Status changed from new to closed
- Resolution set to wontfix
The manual contains a section Recipes and Instructions for special Modules. I think this is enough. Esp. since the Python library documentation states this, too.
comment:4 Changed 18 months ago by htgoebel
- Status changed from closed to reopened
- Version set to 1.5.1
- Resolution wontfix deleted
- Severity changed from normal to trivial
Reopen. This ticket is for release 1.5.2, but the recipe section is only in trunk yet.
Note: See
TracTickets for help on using
tickets.

When looking at the python code - this function should work only for winodws. Not sure if it would be necessary for mac or linux.