[issue26680] Incorporating float.is_integer into Decimal

2021-05-06 Thread Raymond Hettinger
Raymond Hettinger added the comment: This has gone stale and I've been unable to contact the OP. Marking as closed for now. Please reopen if this comes back to life again and I'll review the PR. -- resolution: -> remind stage: patch review -> resolved status: open -> closed

[issue26680] Incorporating float.is_integer into Decimal

2021-05-03 Thread Raymond Hettinger
Change by Raymond Hettinger : -- versions: +Python 3.11 -Python 3.10 ___ Python tracker ___ ___ Python-bugs-list mailing list

[issue26680] Incorporating float.is_integer into Decimal

2021-03-21 Thread Raymond Hettinger
Change by Raymond Hettinger : -- components: -2to3 (2.x to 3.x conversion tool), Argument Clinic, Build, C API, Cross-Build, Demos and Tools, Distutils, Documentation, Extension Modules, asyncio, ctypes nosy: -Alex.Willmer, asvetlov, dstufft, eric.araujo, larry, yselivanov type:

[issue26680] Incorporating float.is_integer into Decimal

2021-03-21 Thread Raymond Hettinger
Change by Raymond Hettinger : Removed file: https://bugs.python.org/file49898/Mobile_Signup.vcf ___ Python tracker ___ ___ Python-bugs-list

[issue26680] Incorporating float.is_integer into Decimal

2021-03-21 Thread Max Prokop
Change by Max Prokop : -- components: +2to3 (2.x to 3.x conversion tool), Argument Clinic, Build, C API, Cross-Build, Demos and Tools, Distutils, Documentation, asyncio, ctypes nosy: +Alex.Willmer, asvetlov, dstufft, eric.araujo, larry, yselivanov type: enhancement -> compile error

[issue26680] Incorporating float.is_integer into Decimal

2020-10-08 Thread Raymond Hettinger
Raymond Hettinger added the comment: Thanks. I'm hoping that this will easy now the most of the details have already been worked out. -- ___ Python tracker ___

[issue26680] Incorporating float.is_integer into Decimal

2020-10-08 Thread Robert Smallshire
Robert Smallshire added the comment: Yes Raymond, I can prepare a new PR as soon as the faulty PR has been rolled back. -- ___ Python tracker ___

[issue26680] Incorporating float.is_integer into Decimal

2020-10-07 Thread Raymond Hettinger
Raymond Hettinger added the comment: Applied the reversion and removed the "release blocker" designation. When a new PR ready, we'll be more expeditious in getting reviewed. -- priority: release blocker -> versions: +Python 3.10 -Python 3.9 ___

[issue26680] Incorporating float.is_integer into Decimal

2020-10-07 Thread Raymond Hettinger
Raymond Hettinger added the comment: New changeset 4e0ce820586e93cfcefb16c2a3df8eaefc54cbca by Raymond Hettinger in branch 'master': Revert "bpo-26680: Incorporate is_integer in all built-in and standard library numeric types (GH-6121)" (GH-22584)

[issue26680] Incorporating float.is_integer into Decimal

2020-10-06 Thread Raymond Hettinger
Change by Raymond Hettinger : -- pull_requests: +21577 stage: resolved -> patch review pull_request: https://github.com/python/cpython/pull/22584 ___ Python tracker ___

[issue26680] Incorporating float.is_integer into Decimal

2020-10-06 Thread Raymond Hettinger
Change by Raymond Hettinger : -- title: Incorporating float.is_integer into the numeric tower and Decimal -> Incorporating float.is_integer into Decimal ___ Python tracker