Ticket #494 (closed cage: done)
[DEPRECATED] remove parrot_new_pmc_hash
Reported by: | cotto | Owned by: | |
---|---|---|---|
Priority: | minor | Milestone: | 1.5 |
Component: | none | Version: | |
Severity: | low | Keywords: | |
Cc: | Language: | ||
Patch status: | Platform: |
Description
parrot_new_pmc_hash is no longer used as of r37659. It makes assumptions about a PMC's internal layout which are best left to individual PMCs. The Hash it creates can easily be created with parrot_new_hash, which does not assume that the resulting Hash will live in a PMC. For these reasons, parrot_new_pmc_hash is being deprecated and will be removed after the next "supported" release (1.4).
Change History
Note: See
TracTickets for help on using
tickets.