[issue39576] Surprising MemoryError in `decimal` with MAX_PREC

2020-02-06 Thread Vedran Čačić
Vedran Čačić added the comment: > Of course the result is exactly 2. Which I have enough RAM to hold ;-) You might think so, but if you write it as 2.00...0 with >>> decimal.MAX_PREC 99 zeros, I think you're overestimating your RAM capacity. :-P Now, what is the exact signi

[issue35134] Add a new Include/cpython/ subdirectory for the "CPython API" with implementation details

2020-02-06 Thread STINNER Victor
Change by STINNER Victor : -- pull_requests: +17771 pull_request: https://github.com/python/cpython/pull/18395 ___ Python tracker ___ __

<    1   2