mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
efd2bac156
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