Ticket #218 (closed enhancement: fixed)

Opened 4 years ago

Last modified 9 months ago

Support m_free() in Py3 (PEP 3121)

Reported by: scoder Owned by: scoder
Priority: major Milestone: 0.17
Component: Code Generation Keywords:
Cc:

Description (last modified by scoder) (diff)

This is part of the work towards ticket #173, however, it can be done much earlier. This would allow module unloading and cleanup in Py3.

It might be enough to always generate the module cleanup code (at least for Py3) and to let m_free() call it.

Change History

Changed 4 years ago by scoder

It would be nice to get #144 resolved before this.

Changed 4 years ago by scoder

  • milestone changed from 0.12 to wishlist

Changed 9 months ago by scoder

  • owner changed from somebody to scoder
  • status changed from new to assigned
  • summary changed from Support m_clear() in Py3 (PEP 3121) to Support m_free() in Py3 (PEP 3121)
  • description modified (diff)
  • milestone changed from wishlist to 0.17

Changed 9 months ago by scoder

  • status changed from assigned to closed
  • resolution set to fixed
Note: See TracTickets for help on using tickets.