Mark Dickinson <dicki...@gmail.com> added the comment: I think you're right about issue 4228: we should go ahead and clean up the struct module anyway. As far as I can tell, only the Python 2.5 zipfile module is using the deprecated behaviour.
The _struct.c portion of your patch looks fine. I think there's still some work to do on the test_struct file: for example, removing references to PY_STRUCT_OVERFLOW_MASKING. I'd also like to remove the deprecated float handling, but it's probably better to do that in a separate patch once this patch is in. Changing title to better reflect the current patch. ---------- title: Compiler warning get_ulong is never used 3.x -> Remove deprecated features from struct module type: compile error -> feature request _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue5463> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com