stackless-dev / stackless

The Stackless Python programming language
http://www.stackless.com/
Other
1.02k stars 60 forks source link

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

Closed akruis closed 3 years ago

akruis commented 3 years ago

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/.

kristjanvalur commented 3 years ago

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

akruis commented 3 years ago

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

Done, see commit e242275 .