stackless-dev/stackless

bpo-35134 Add a new Include/cpython/ subdirectory for the "CPython API" with implementation details

akruis opened this issue · 2 comments

bpo-35134 introduces massive changes in the header files and breaks building Stackless. Fortunately fixes are usually straight forward.

Before we branch 3.8-slp, we should consider moving Stackless includes to Include/cpython/.

haven't followed this closely but it makes sense to stick to what cpython does.

Before we branch 3.8-slp, we should consider moving Stackless includes to Include/cpython/.

Done, see commit e242275 .