]> granicus.if.org Git - python/commit
Neaten the code without any algorithmic change. (GH-10466)
authorRaymond Hettinger <rhettinger@users.noreply.github.com>
Sun, 11 Nov 2018 22:35:47 +0000 (14:35 -0800)
committerGitHub <noreply@github.com>
Sun, 11 Nov 2018 22:35:47 +0000 (14:35 -0800)
commitf9ec1b9f5257b7a1cb6770e8398da626c86a5b7b
tree632de7dab62c1c00fddafcfecb2d6829d440fad2
parentb086c8afdb8c862011e3e27d4c8f6833749f2c56
Neaten the code without any algorithmic change. (GH-10466)

Remove unneeded assertion (we already know so is a PySetObject *).
Objects/setobject.c