Skip to content
  • Simon Feltman's avatar
    Add underscore prefix and _cache_adapter suffix to marshaling functions · 627c5faa
    Simon Feltman authored
    Add underscores to all _pygi_marshal_* functions. We don't currently
    export symbols, but we might need to for C unittesting. This will
    ensure we don't have a "public API".
    Add _cache_adapter suffix to marshaling functions which are light
    weight wrappers intended only for cached marshalers.
    627c5faa