commit | bda918bf65a88560ec453aaba0758a9c0d49b449 | [log] [tgz] |
---|---|---|
author | Eric Snow <ericsnowcurrently@gmail.com> | Fri Mar 01 13:15:45 2019 -0700 |
committer | GitHub <noreply@github.com> | Fri Mar 01 13:15:45 2019 -0700 |
tree | 592c17a6c4c8e6745f5b15a89e0f8eeee66381b4 | |
parent | b05b711a2cef6c6c381e01069dedac372e0b9fb2 [diff] |
bpo-33608: Simplify ceval's DISPATCH by hoisting eval_breaker ahead of time. (gh-12062) This includes fixes to various _Py_atomic_* macros.