]> granicus.if.org Git - python/commit
Issue #26708: Use the "const" qualifier for immutable strings.
authorSerhiy Storchaka <storchaka@gmail.com>
Sat, 7 May 2016 13:45:18 +0000 (16:45 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 7 May 2016 13:45:18 +0000 (16:45 +0300)
commitdeab18dfd0e16a75686d99f243f38826385bc8d1
tree35d71e2c4623c6b6984ede8c8f67b17fff49778e
parenta8e3b0a16b7abaebb6036b7737a906995875e76f
Issue #26708: Use the "const" qualifier for immutable strings.
This can help to avoid unintentional modification.
Modules/posixmodule.c