Closed John-Colvin closed 5 years ago
Reverts https://github.com/ariovistus/pyd/pull/116 and then goes about it a little more gently by leaving the allocators in place, but removing the new and delete operators.
new
delete
Quite important to have a new release after this as the current release is really buggy.
Reverts https://github.com/ariovistus/pyd/pull/116 and then goes about it a little more gently by leaving the allocators in place, but removing the
new
anddelete
operators.