ariovistus / pyd

Interoperability between Python and D
MIT License
157 stars 32 forks source link

A more gentle removal of placement new and delete #119

Closed John-Colvin closed 5 years ago

John-Colvin commented 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.

John-Colvin commented 5 years ago

Quite important to have a new release after this as the current release is really buggy.