]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #13772: Mark helper functions as private (static)
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 4 Jun 2013 23:49:17 +0000 (01:49 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 4 Jun 2013 23:49:17 +0000 (01:49 +0200)
commit31b3b92f7af4adb44ef5ef21c329c383817d087e
treecec413f0876375b8e6575a9b5e302253c4af1848
parente87267dc6e35b59e1bddeef65ec321f2c4fa83ef
Issue #13772: Mark helper functions as private (static)

Cleanup also the code to follow the Python coding style (PEP 7).
Modules/posixmodule.c