SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

Fix strncpy warning with gcc 8 (#5840)

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.
S
Siddhesh Poyarekar committed
efd2bac1564f8141a4eab1bf8779b412974b8d69
Parent: b9650a0
Committed by Xiang Zhang <[email protected]> on 3/6/2018, 10:34:35 AM