pkgsrc/devel/py-cffi
wiz 5ab5bec35b Update to 1.1.2:
1.1.2
=====

* ``ffi.gc()``: fixed a race condition in multithreaded programs
  introduced in 1.1.1


1.1.1
=====

* Out-of-line mode: ``ffi.string()``, ``ffi.buffer()`` and
  ``ffi.getwinerror()`` didn't accept their arguments as keyword
  arguments, unlike their in-line mode equivalent.  (It worked in PyPy.)

* Out-of-line ABI mode: documented a restriction__ of ``ffi.dlopen()``
  when compared to the in-line mode.

* ``ffi.gc()``: when called several times with equal pointers, it was
  accidentally registering only the last destructor, or even none at
  all depending on details.  (It was correctly registering all of them
  only in PyPy, and only with the out-of-line FFIs.)

.. __: cdef.html#dlopen-note
2015-06-14 16:24:45 +00:00
..
DESCR
distinfo Update to 1.1.2: 2015-06-14 16:24:45 +00:00
Makefile Update to 1.1.2: 2015-06-14 16:24:45 +00:00
PLIST Update to 1.0.3: 2015-05-28 07:06:32 +00:00