jingham added a comment.

In D133075#3762872 <https://reviews.llvm.org/D133075#3762872>, @jingham wrote:

> In D133075#3762869 <https://reviews.llvm.org/D133075#3762869>, @aprantl wrote:
>
>> Interesting, I would have expected `array.extend([])` be a noop?
>
> Me too.  Too bad the Python folks don't check with us more often...

Ah, it's not that, rather:

>>> string = ""
>>> arr = string.split(";")
>>> arr

['']


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D133075/new/

https://reviews.llvm.org/D133075

_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to