Ticket #191 (closed bug: fixed)

Opened 13 years ago

Last modified 13 years ago

deprecated: sarray pmc

Reported by: coke Owned by:
Priority: normal Milestone: 0.9.1
Component: none Version:
Severity: medium Keywords:
Cc: Language:
Patch status: Platform:

Description


Change History

Changed 13 years ago by coke

This is used in a few places in core:

$ ack -a enum_class_SArray
src/global_setup.c
218:    iglobals         = pmc_new(interp, enum_class_SArray);

src/list.c
1410:    list->user_data = user_array = pmc_new(interp, enum_class_SArray);

Changed 13 years ago by chromatic

  • status changed from new to closed
  • resolution set to fixed

Two uses removed in r35973 and r35973, and PMC removed entirely in r35975.

Note: See TracTickets for help on using tickets.