replit / prybar

Pry open those interpreters.
GNU General Public License v2.0
253 stars 52 forks source link

Use Python 3.8 #39

Closed kochman closed 4 years ago

kochman commented 4 years ago

prybar-python3 should link against Python 3.8 so that we can move to 3.8 on Repl.it.

There was a little gotcha in 3.8 (https://docs.python.org/3.8/whatsnew/3.8.html#debug-build-uses-the-same-abi-as-release-build) which is why I had to change the cgo flag:

Add a pkg-config python-3.8-embed module to embed Python into an application