]> granicus.if.org Git - python/commit
bpo-33073: Rework int.as_integer_ratio() implementation (GH-9303)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 19 Oct 2018 21:46:31 +0000 (00:46 +0300)
committerVictor Stinner <vstinner@redhat.com>
Fri, 19 Oct 2018 21:46:31 +0000 (23:46 +0200)
commitb2e2025941f6a4fdb716bd141d31acf720353d21
tree3c372b7dc98aec792be04617f3b7626904190351
parentb981fec8d63697e8265d016582ce84944f272d55
bpo-33073: Rework int.as_integer_ratio() implementation (GH-9303)

* Simplify the C code.
* Simplify tests and make them more strict and robust.
* Add references in the documentation.
Doc/whatsnew/3.8.rst
Lib/test/test_long.py
Objects/longobject.c