Compilation of atom-0.5.1 on Python 3.9.0b1 fails with
atom/src/atomlist.cpp(711): error C3861: '_PyStack_UnpackDict': identifier not found
|
if (_PyStack_UnpackDict(stack, nargs, kwargs, &stackbis, &kwnames) < 0) { |
Looks like _PyStack_UnpackDict was removed from Python's headers and made a static function in python/cpython#14517
Compilation of atom-0.5.1 on Python 3.9.0b1 fails with
atom/atom/src/atomlist.cpp
Line 711 in 0ab56a9
Looks like
_PyStack_UnpackDictwas removed from Python's headers and made a static function in python/cpython#14517