• Kirill Smelkov's avatar
    golang.pxd: Expose missing memory-management bits · 274afa3f
    Kirill Smelkov authored
    - refptr==refptr  (e.g. to compare whether returned error object is
      something particular)
    - adoptref() and newref()
    - object (exposed as gobject not to be confused with builtin pyx
      "object" referring to python object)
    
    All this will be soon used in C version of context package.
    274afa3f
_golang.pxd 6.76 KB