]> granicus.if.org Git - python/commit
bpo-33652: Remove __getstate__ and __setstate__ methods in typing. (GH-7144)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 28 May 2018 11:21:44 +0000 (04:21 -0700)
committerGitHub <noreply@github.com>
Mon, 28 May 2018 11:21:44 +0000 (04:21 -0700)
commit98b089e2a178a309f20ac9ff498b230407da1f47
treeb7e0516467b4608e651c8e1a89deb86722d34708
parent96fb828da305b18336b8d74b14f479c4f286cf7b
bpo-33652: Remove __getstate__ and __setstate__ methods in typing. (GH-7144)

(cherry picked from commit 97b523db7c79c18c48516fba9410014d9896abc4)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/typing.py