Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "bpo-40521: Make dtoa bigint free list per-interpreter (GH-24821)" ↵ | Victor Stinner | 2021-03-22 | 1 | -16/+0 |
| | | | | | (GH-24964) This reverts commit 5bd1059184b154d339f1bd53d23c98b5bcf14c8c. | ||||
* | bpo-40521: Make dtoa bigint free list per-interpreter (GH-24821) | junyixie | 2021-03-13 | 1 | -0/+16 |
| | |||||
* | bpo-35081: Move dtoa.h header to the internal C API (GH-18489) | Victor Stinner | 2020-02-12 | 1 | -0/+23 |
Move the dtoa.h header file to the internal C API as pycore_dtoa.h: it only contains private functions (prefixed by "_Py"). The math and cmath modules must now be compiled with the Py_BUILD_CORE macro defined. |