Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • P pyicu
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • main
  • pyicu
  • Merge requests
  • !102

Clone transliterator object in registerInstance()

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Andi Vajda requested to merge github/fork/mjansche/master into master May 07, 2019
  • Overview 2
  • Commits 1
  • Changes 1

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.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: github/fork/mjansche/master