Files
cpython/Python
Guido van Rossum 77f0ed7a42 bpo-37072: Fix crash in PyAST_FromNodeObject() when flags is NULL (#13634)
I'm confident that this fixes the reported crash. flags=NULL is treated as using the latest minor version.

https://bugs.python.org/issue37072
2019-05-28 16:44:58 -07:00
..

Miscellaneous source files for the main Python shared library