FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
gh-140036: _pydecimal: avoid slow exponentiation in floor division by picnixz · Pull Request #140044 · python/cpython · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
python
/
cpython
Public
Uh oh!
There was an error while loading.
Please reload this page
.
Notifications
You must be signed in to change notification settings
Fork
35.3k
Star
74.9k
Code
Issues
5k+
Pull requests
2.5k
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
gh-140036: _pydecimal: avoid slow exponentiation in floor division
- #140044
#140044
Open
picnixz
wants to merge 10 commits into
python:main
python/cpython:main
from
picnixz:fix/decimal/infinite-prec-140036
picnixz/cpython:fix/decimal/infinite-prec-140036
Copy head branch name to clipboard
Conversation
Commits
10
(10)
Checks
Files changed
Open
gh-140036: _pydecimal: avoid slow exponentiation in floor division
#140044
picnixz
wants to merge 10 commits into
python:main
python/cpython:main
from
picnixz:fix/decimal/infinite-prec-140036
picnixz/cpython:fix/decimal/infinite-prec-140036
Copy head branch name to clipboard
Commits
Commits on Oct 13, 2025
_pydecimal: avoid slow exponentiation in floor division
picnixz
committed
ee617bd
View commit details
Copy full SHA for ee617bd
Browse repository at this point
Commits on Oct 14, 2025
refine `q < 10**context.prec` checks
picnixz
committed
329c31a
View commit details
Copy full SHA for 329c31a
Browse repository at this point
Commits on Oct 26, 2025
_pydecimal: add helpers for computing len(str(q)) < a
picnixz
committed
103fe1e
View commit details
Copy full SHA for 103fe1e
Browse repository at this point
_pydecimal: use helpers for computing len(str(q)) < a
picnixz
committed
efbdc0a
View commit details
Copy full SHA for efbdc0a
Browse repository at this point
_pydecimal: add tests for unbounded contexts
picnixz
committed
9377ab6
View commit details
Copy full SHA for 9377ab6
Browse repository at this point
Commits on Nov 7, 2025
Apply suggestions from code review
picnixz
authored
23494fb
View commit details
Copy full SHA for 23494fb
Browse repository at this point
Commits on Nov 9, 2025
address review
picnixz
committed
6b55711
View commit details
Copy full SHA for 6b55711
Browse repository at this point
reformulate comment
picnixz
committed
49d5b0d
View commit details
Copy full SHA for 49d5b0d
Browse repository at this point
Update Lib/_pydecimal.py
Show description for ea3e499
picnixz
and
efimov-mikhail
authored
ea3e499
View commit details
Copy full SHA for ea3e499
Browse repository at this point
add test for _is_less_than_pow10a_use_str() slow path
picnixz
committed
b1c24b7
View commit details
Copy full SHA for b1c24b7
Browse repository at this point
Back
|
FazBrowse Home
|
New Git URL