[issue5592] Modules/_textio.c defines global symbol encodefuncs

2009-03-28 Thread Antoine Pitrou
Antoine Pitrou added the comment: Fixed in r70663, thanks! -- resolution: -> fixed status: open -> closed ___ Python tracker ___ ___

[issue5592] Modules/_textio.c defines global symbol encodefuncs

2009-03-28 Thread Antoine Pitrou
Antoine Pitrou added the comment: Yes, ok. -- assignee: -> pitrou components: +Library (Lib) nosy: +pitrou priority: -> normal stage: -> needs patch type: -> behavior versions: +Python 3.1 ___ Python tracker __

[issue5592] Modules/_textio.c defines global symbol encodefuncs

2009-03-28 Thread Matthias Klose
New submission from Matthias Klose : encodefuncs is only used locally. ok to make this variable static? -- messages: 84335 nosy: doko severity: normal status: open title: Modules/_textio.c defines global symbol encodefuncs ___ Python tracker