Skip to content
  • Paul Sokolovsky's avatar
    objstr: Remove code duplication and unbreak Windows build. · 344e15b1
    Paul Sokolovsky authored
    There was really weird warning (promoted to error) when building Windows
    port. Exact cause is still unknown, but it uncovered another issue:
    8-bit and unicode str_make_new implementations should be mutually exclusive,
    and not built at the same time. What we had is that bytes_decode() pulled
    8-bit str_make_new() even for unicode build.
    344e15b1