Files
cpython/Python
Pablo Galindo 49c75a8086 bpo-35064 prefix smelly symbols that appear with COUNT_ALLOCS with _Py_ (GH-10152)
Configuring python with ./configure --with-pydebug CFLAGS="-D COUNT_ALLOCS -O0"
makes "make smelly" fail as some symbols were being exported without the "Py_" or
"_Py" prefixes.
2018-10-28 15:02:17 +00:00
..
2018-10-19 23:30:03 +02:00
2018-10-19 23:30:03 +02:00

Miscellaneous source files for the main Python shared library