mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
The length in strncpy is one char too short and as a result it leads to a build warning with gcc 8. Comment out the strncpy since the interpreter aborts immediately after anyway.
Miscellaneous source files for the main Python shared library