[Python-Dev] PY_SSIZE_T_CLEAN in py3k
Antoine Pitrou
solipsis at pitrou.net
Sat Oct 17 10:33:53 CEST 2009
More information about the Python-Dev mailing list
Sat Oct 17 10:33:53 CEST 2009
- Previous message: [Python-Dev] A proposal: configuring logging using dictionaries
- Next message: [Python-Dev] nonstandard behavior of reflected functions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hello, It turns out (*) that even in py3k, not all modules are PY_SSIZE_T_CLEAN. Should we try to remedy that, and make PY_SSIZE_T_CLEAN the default in future 3.x versions? As far I know, there's no reason not to be PY_SSIZE_T_CLEAN, except for having to convert old code. (*) http://bugs.python.org/issue7080 Regards Antoine. PS : no, I'm not volunteering to do it all myself :)
- Previous message: [Python-Dev] A proposal: configuring logging using dictionaries
- Next message: [Python-Dev] nonstandard behavior of reflected functions
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list