Re: [PATCH 3 of 3 STABLE] py3: define and use json.loads polyfill

2019-11-02 Thread Gregory Szorc
On Sat, Nov 2, 2019 at 7:14 PM Yuya Nishihara wrote: > On Sat, 02 Nov 2019 12:19:58 -0700, Gregory Szorc wrote: > > # HG changeset patch > > # User Gregory Szorc > > # Date 1572721775 25200 > > # Sat Nov 02 12:09:35 2019 -0700 > > # Branch stable > > # Node ID b4a9220a4eb5a61891027d59cd0bde

Re: [PATCH 3 of 3 STABLE] py3: define and use json.loads polyfill

2019-11-02 Thread Yuya Nishihara
On Sat, 02 Nov 2019 12:19:58 -0700, Gregory Szorc wrote: > # HG changeset patch > # User Gregory Szorc > # Date 1572721775 25200 > # Sat Nov 02 12:09:35 2019 -0700 > # Branch stable > # Node ID b4a9220a4eb5a61891027d59cd0bded6dc5f7578 > # Parent 0d0cd63ca1702b901df2cc021d1f51c77bc0bf61 > py3

[PATCH 3 of 3 STABLE] py3: define and use json.loads polyfill

2019-11-02 Thread Gregory Szorc
# HG changeset patch # User Gregory Szorc # Date 1572721775 25200 # Sat Nov 02 12:09:35 2019 -0700 # Branch stable # Node ID b4a9220a4eb5a61891027d59cd0bded6dc5f7578 # Parent 0d0cd63ca1702b901df2cc021d1f51c77bc0bf61 py3: define and use json.loads polyfill Python 3.5's json.loads() requires