~ensoft-opensource/+junk/cpython-boxes-cleanup

Viewing all changes in revision 4.

  • Committer: Phil Connell
  • Date: 2013-04-16 20:30:11 UTC
  • Revision ID: pconnell@gmail.com-20130416203011-wp3t0w12tao5d5pd
Fix build errors in longobject.c

Things that need to be sorted out:
    - Errors (more Py_TYPE_UPDATE uses needed)
    - Bunch of warnings that need cleaning up
    - Ugly casts all over the place:
        - is uintptr_t the right type for 'unboxed' pointers? (probably)
        - why all the casts between PyLongObject and PyObject?

expand all expand all

Show diffs side-by-side

added added

removed removed

Lines of Context: