]> granicus.if.org Git - python/commit
bpo-36957: Add _PyLong_Rshift() and _PyLong_Lshift(). (GH-13416)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 19 May 2019 11:14:38 +0000 (14:14 +0300)
committerGitHub <noreply@github.com>
Sun, 19 May 2019 11:14:38 +0000 (14:14 +0300)
commita5119e7d75c9729fc36c059d05f3d7132e7f6bb4
treeb9e16c88635e3230a7b5d60b399ea71ff2b38494
parent1d5bdef550d4395211fbe5f3c1444d7ea5bb54a2
bpo-36957: Add _PyLong_Rshift() and _PyLong_Lshift(). (GH-13416)
Include/longobject.h
Modules/mathmodule.c
Objects/floatobject.c
Objects/longobject.c