Skip to content

Clone transliterator object in registerInstance()

Andi Vajda requested to merge github/fork/mjansche/master into master

Created by: mjansche

The underlying Transliterator::registerInstance() takes ownership of the pointer it gets passed. This conflicts with the reference counting of the Python wrapper. Work around this by cloning the instance object.

Merge request reports