Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bpo-33608: Normalize atomic macros so that they all expect an atomic struct (... | Steve Dower | 2019-04-22 | 1 | -24/+36 |
* | bpo-36635: Change pyport.h for Py_BUILD_CORE_MODULE define (GH-12853) | Victor Stinner | 2019-04-17 | 1 | -2/+2 |
* | Fix the Py_atomic_* macros. (#12240) | Eric Snow | 2019-03-08 | 1 | -24/+24 |
* | Revert: bpo-33608: Factor out a private, per-interpreter _Py_AddPendingCall()... | Victor Stinner | 2019-03-04 | 1 | -24/+24 |
* | bpo-33608: Simplify ceval's DISPATCH by hoisting eval_breaker ahead of time. ... | Eric Snow | 2019-03-01 | 1 | -24/+24 |
* | bpo-35758: Fix building on ARM + MSVC (gh-11531) | Minmin Gong | 2019-01-21 | 1 | -1/+3 |
* | bpo-35081: Internal headers require Py_BUILD_CORE (GH-10363) | Victor Stinner | 2018-11-09 | 1 | -2/+2 |
* | bpo-35081: Add pycore_ prefix to internal header files (GH-10263) | Victor Stinner | 2018-10-31 | 1 | -0/+544 |