]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a fileobject...
authorMark Hammond <mhammond@skippinet.com.au>
Mon, 14 May 2001 12:17:34 +0000 (12:17 +0000)
committerMark Hammond <mhammond@skippinet.com.au>
Mon, 14 May 2001 12:17:34 +0000 (12:17 +0000)
commit26cffde4c2950ac2afb41f19a65a28c4e905060d
tree04a94c73efbc91aa0a7492ccb8ce1d744f5b3fd9
parent834f4dd7c921593674409b9088458f378ac00ca4
Fix the Py_FileSystemDefaultEncoding checkin - declare the variable in a fileobject.h, and initialize it in bltinmodule.
Include/fileobject.h
Modules/posixmodule.c
Python/bltinmodule.c