Ultimaker / cura-build-environment

CMake project to build dependencies for Cura
GNU Affero General Public License v3.0
24 stars 55 forks source link

Update CPython to version 3.8.10 #98

Closed Ghostkeeper closed 3 years ago

Ghostkeeper commented 3 years ago

This release features a bug fix that we need: https://bugs.python.org/issue26227

Fixes CURA-8198.

Ghostkeeper commented 3 years ago

@thopiekar This does a patch increase of CPython, which should be backwards and forwards compatible. According to the Python 3.8 patch notes you don't need to link to the Python library any more as of 3.8, so I hope this won't be a problem again for your plug-ins?