1. 12 May, 2015 1 commit
  2. 11 May, 2015 1 commit
    • Marius Wachtler's avatar
      Add support for weakref.proxy · f81bb7b7
      Marius Wachtler authored
      I had to change 'new_weakref' to use 'tp_alloc' instead of 'PyObject_GC_New'
      in order to create a weak ref because 'PyObject_GC_New' allocated memory
      is scanned conservatively.
      'tp_alloc' points to 'PystonType_GenericAlloc' and is of PYTHON type.
      f81bb7b7
  3. 05 May, 2015 8 commits
  4. 04 May, 2015 4 commits
  5. 03 May, 2015 4 commits
  6. 02 May, 2015 11 commits
  7. 30 Apr, 2015 11 commits